Add JSON representation of composer.json structure with nodes and edges
This commit is contained in:
+2
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user