Apr 22, 2022
0
Level 20
forge, horizon failed jobs are not retried automatically
Hi there, I installed Horizon and add a worker through Laravel Forge. And I am wondering why failed jobs aren't automatically retired? Any ideas? Thanks.
Here is my worker:
[program:worker-438552]
command=php8.1 /home/forge/resourceticket.khc.com/artisan queue:listen redis --sleep=20 --quiet --timeout=60 --delay=60 --memory=512 --tries=10 --env=production --queue="default"
process_name=%(program_name)s_%(process_num)02d
autostart=true
autorestart=true
stopasgroup=true
killasgroup=true
user=forge
numprocs=1
stdout_logfile=/home/forge/.forge/worker-438552.log
Please or to participate in this conversation.