File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ stderr_logfile=/dev/stderr
19
19
stderr_logfile_maxbytes=0
20
20
21
21
[program:messenger-consume-messages]
22
- command=php bin/console messenger:consume async_messages --time-limit=3600 -vv
22
+ command=php bin/console messenger:consume async_messages --time-limit=300 -vv
23
23
priority=2
24
24
directory=/app
25
25
user=www-data
@@ -36,7 +36,7 @@ stderr_logfile=/dev/stderr
36
36
stderr_logfile_maxbytes=0
37
37
38
38
[program:messenger-consume-revisions]
39
- command=php bin/console messenger:consume async_revisions --time-limit=4000 -vv
39
+ command=php bin/console messenger:consume async_revisions --time-limit=300 -vv
40
40
priority=2
41
41
directory=/app
42
42
user=www-data
@@ -53,7 +53,7 @@ stderr_logfile=/dev/stderr
53
53
stderr_logfile_maxbytes=0
54
54
55
55
[program:messenger-consume-mail]
56
- command=php bin/console messenger:consume async_delay_mail --time-limit=4400 -vv
56
+ command=php bin/console messenger:consume async_delay_mail --time-limit=300 -vv
57
57
priority=2
58
58
directory=/app
59
59
user=www-data
You can’t perform that action at this time.
0 commit comments