Add JSON representation of composer.json structure with nodes and edges

This commit is contained in:
hamed
2026-07-08 11:27:54 +03:30
parent 8f4f7fc951
commit 94541ad609
18 changed files with 2157 additions and 688 deletions
+2 -2
View File
@@ -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