fix: sets limits on worker

This commit is contained in:
2025-05-25 23:30:31 -05:00
parent a88da4f637
commit 07553a172f
2 changed files with 2 additions and 2 deletions

View File

@@ -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: