File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -41,6 +41,7 @@ priority = 3
41
41
working_dir = src
42
42
cmd = python
43
43
args = manage.py cron
44
+ copy_env = True
44
45
stdout_stream.class = FileStream
45
46
stdout_stream.filename = data/logs/cron.stdout.log
46
47
stdout_stream.max_bytes = 1048576
@@ -50,13 +51,14 @@ stderr_stream.max_bytes = 104857
50
51
51
52
52
53
[watcher:solar]
53
- priority = 3
54
+ priority = 4
54
55
working_dir = src
55
56
cmd = python
56
57
args = manage.py solar
58
+ copy_env = True
57
59
stdout_stream.class = FileStream
58
- stdout_stream.filename = data/logs/cron .stdout.log
60
+ stdout_stream.filename = data/logs/solar .stdout.log
59
61
stdout_stream.max_bytes = 1048576
60
62
stderr_stream.class = FileStream
61
- stderr_stream.filename = data/logs/cron .stderr.log
63
+ stderr_stream.filename = data/logs/solar .stderr.log
62
64
stderr_stream.max_bytes = 104857
You can’t perform that action at this time.
0 commit comments