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

AlCo2's avatar

do I need $tries more then 1 in queue

I have a task that run in queue that check Cache::lock for a key, if the key locked its get released after 1min, $this->release(60); but when the job get release when its get run again I get this error: has been attempted too many times.

0 likes
5 replies
AlCo2's avatar

@glukinho alright, why does running a lot of jobs, before jobs get finished, they disappear from pending Jobs?

AlCo2's avatar

@Glukinho well, in dashboard, current workload, I see that there is 20800 job, and 40 in processing, while pending jobs section is empty.

Please or to participate in this conversation.