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
@@ -6,7 +6,7 @@
[program:worker-async]
process_name=%(program_name)s_%(process_num)02d
command=sh -c "cd $ROOT && php bin/console messenger:consume async --time-limit=3600 --memory-limit=128M -v"
command=sh -c "cd $ROOT && php bin/console messenger:consume async --time-limit=3600 --memory-limit=128M"
autostart=true
autorestart=true
stopasgroup=true
@@ -22,7 +22,7 @@ stdout_logfile=/tmp/worker-async.log
[program:worker-scheduler]
process_name=%(program_name)s_%(process_num)02d
command=sh -c "cd $ROOT && php bin/console messenger:consume scheduler_default --time-limit=3600 -v"
command=sh -c "cd $ROOT && php bin/console messenger:consume scheduler_default --time-limit=3600"
autostart=true
autorestart=true
stopasgroup=true