wip: generates supervisord config at runtime

This commit is contained in:
Brock H Caldwell
2025-11-04 09:54:41 -06:00
parent b01840b111
commit 9ca87af938
10 changed files with 168 additions and 13 deletions

View File

@@ -0,0 +1,10 @@
[program:torsearch-worker]
command=/app/bin/console messenger:consume async -vv --time-limit 3600
numprocs={{ replicas|default(1) }}
stdout_logfile=/dev/stdout
stdout_logfile_maxbytes=0
stderr_logfile=/dev/stderr
stderr_logfile_maxbytes=0
autorestart=true
startretries=3
process_name=%(program_name)s_%(process_num)02d