Add JSON representation of composer.json structure with nodes and edges
This commit is contained in:
@@ -44,7 +44,7 @@ stderr_logfile_maxbytes=0
|
||||
# makes each consumer exit cleanly every hour; autorestart brings it back (guards
|
||||
# against memory growth / stale DB+Redis connections). Mirrors the compose commands.
|
||||
[program:worker-async]
|
||||
command=php bin/console messenger:consume async --time-limit=3600 --memory-limit=128M -v
|
||||
command=php bin/console messenger:consume async --time-limit=3600 --memory-limit=128M
|
||||
autorestart=true
|
||||
priority=30
|
||||
# messenger handles SIGTERM gracefully — finish the in-flight message, then exit.
|
||||
@@ -56,7 +56,7 @@ stderr_logfile=/dev/stderr
|
||||
stderr_logfile_maxbytes=0
|
||||
|
||||
[program:worker-scheduler]
|
||||
command=php bin/console messenger:consume scheduler_default --time-limit=3600 -v
|
||||
command=php bin/console messenger:consume scheduler_default --time-limit=3600
|
||||
autorestart=true
|
||||
priority=30
|
||||
stopsignal=TERM
|
||||
|
||||
Reference in New Issue
Block a user