kgrycuk

Results 1 comments of kgrycuk

Here is a supervisord worker.ini example that runs on loop forever. The key is setting the autorestart to true. ``` [program:MyWorkerProcess] command=/usr/local/bin/php /var/www/bin/console dtc:queue:run --max-count 15 -v -t 3600 autostart=true...