udioz's avatar
Level 1

Jobs are not getting deleted after execution. Keep executing over and over again.

Hi,

I am creating jobs by implementing the ShouldQueue interface on an Event Listener. The jobs are being created and the queue is executing them. Everything works as expected. I am using a database queue driver and I've set up successfully supervisor to run the queue as daemon.

The thing is that I've noticed the worker log file size keep increasing and increasing. Then I have realized that the jobs are never getting deleted from the jobs table nor being marked as processed.

The queue worker keeps returning and executing the same jobs over and over again...

What am I doing wrong?

Thanks, Udi

0 likes
0 replies

Please or to participate in this conversation.