Skip to content

Commit

Permalink
Restart consumers more often (#744)
Browse files Browse the repository at this point in the history
  • Loading branch information
frankdekker committed May 25, 2024
1 parent 820ea59 commit d01c3cb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker/php-fpm/conf/supervisord.conf
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ stderr_logfile=/dev/stderr
stderr_logfile_maxbytes=0

[program:messenger-consume-messages]
command=php bin/console messenger:consume async_messages --time-limit=3600 -vv
command=php bin/console messenger:consume async_messages --time-limit=300 -vv
priority=2
directory=/app
user=www-data
Expand All @@ -36,7 +36,7 @@ stderr_logfile=/dev/stderr
stderr_logfile_maxbytes=0

[program:messenger-consume-revisions]
command=php bin/console messenger:consume async_revisions --time-limit=4000 -vv
command=php bin/console messenger:consume async_revisions --time-limit=300 -vv
priority=2
directory=/app
user=www-data
Expand All @@ -53,7 +53,7 @@ stderr_logfile=/dev/stderr
stderr_logfile_maxbytes=0

[program:messenger-consume-mail]
command=php bin/console messenger:consume async_delay_mail --time-limit=4400 -vv
command=php bin/console messenger:consume async_delay_mail --time-limit=300 -vv
priority=2
directory=/app
user=www-data
Expand Down

0 comments on commit d01c3cb

Please sign in to comment.