[program:bondacare-worker]
process_name=%(program_name)s_%(process_num)02d
command=php /path/to/your/bondacare/artisan queue:work --sleep=3 --tries=3 --max-time=3600
autostart=true
autorestart=true
stopasgroup=true
killasgroup=true
user=your-username
numprocs=1
redirect_stderr=true
stdout_logfile=/path/to/your/bondacare/storage/logs/worker.log
stopwaitsecs=3600

; NOTE: Replace the following:
; - /path/to/your/bondacare with your actual project path
; - your-username with your server username
