Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

jcergolj's avatar

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

0 likes
0 replies

Please or to participate in this conversation.