Redis – Laravel horizon queued jobs fails with MaxAttemptsExceededException
I dispatch jobs to do some work on my horizon queue. It appears the same jobs are always failing with 60s runtime, which to me looks like a timeout issue: I dispatch around 10 jobs via a cron schedule, and…