[program:beautypol-sms]
command=/usr/bin/php /srv/beautypol/artisan queue:work --queue=sms,default --tries=1 --timeout=60 --sleep=1
user=www-data
autostart=true
autorestart=true
stopasgroup=true
killasgroup=true
stopwaitsecs=90
redirect_stderr=true
stdout_logfile=/var/log/beautypol-sms.log

; Enable on the Android runner only. Shared private storage and DB are required.
[program:beautypol-android]
command=/usr/bin/php /srv/beautypol/artisan queue:work --queue=android --tries=1 --timeout=1800 --sleep=3
user=beautypol-builder
autostart=false
autorestart=true
stopasgroup=true
killasgroup=true
stopwaitsecs=1900
redirect_stderr=true
stdout_logfile=/var/log/beautypol-android.log
