Skip to content

Commit 89c17f4

Browse files
committed
Fixes for circus config
1 parent 16bba1c commit 89c17f4

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

deploy/circus.ini

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ priority = 3
4141
working_dir = src
4242
cmd = python
4343
args = manage.py cron
44+
copy_env = True
4445
stdout_stream.class = FileStream
4546
stdout_stream.filename = data/logs/cron.stdout.log
4647
stdout_stream.max_bytes = 1048576
@@ -50,13 +51,14 @@ stderr_stream.max_bytes = 104857
5051

5152

5253
[watcher:solar]
53-
priority = 3
54+
priority = 4
5455
working_dir = src
5556
cmd = python
5657
args = manage.py solar
58+
copy_env = True
5759
stdout_stream.class = FileStream
58-
stdout_stream.filename = data/logs/cron.stdout.log
60+
stdout_stream.filename = data/logs/solar.stdout.log
5961
stdout_stream.max_bytes = 1048576
6062
stderr_stream.class = FileStream
61-
stderr_stream.filename = data/logs/cron.stderr.log
63+
stderr_stream.filename = data/logs/solar.stderr.log
6264
stderr_stream.max_bytes = 104857

0 commit comments

Comments
 (0)