fix: sets limits on worker
This commit is contained in:
@@ -35,7 +35,7 @@ services:
|
||||
volumes:
|
||||
- $PWD:/app
|
||||
tty: true
|
||||
command: php /app/bin/console messenger:consume async -vv
|
||||
command: php /app/bin/console messenger:consume async -vv --time-limit=3600 limit=10
|
||||
|
||||
|
||||
scheduler:
|
||||
|
||||
Reference in New Issue
Block a user