Add support for Supervisord Jobs for Symfony application
Currently from UI, I can only add Supervisord job and then I've to take support help to modify for Symfony style command.
Example:
- When adding job from UI, it generates command like below,
command=php /home/xxxxx.cloudwaysapps.com/xxxxx/public_html/bin/console queue:work redis --sleep=3 --quiet --timeout=60 --queue="default" --tries=0
But we need where we can change "async" to any other word,
command=php /home/xxxxx.cloudwaysapps.com/xxxxx/public_html/bin/console messenger:consume async --time-limit=3600
1
vote