Ah, false alarm. The issue was due to tries limitation. After the number of attempts is reached the limit, job gets automatically deleted.
Aug 14, 2015
1
Level 1
Manage Laravel Queues with Beanstak Console
Hi there,
I want to be able to use beanstalk_console to oversee and manage Laravel Queue. Everything seem to be working, except for when I kick a buried job, which I know is failing. I bury failed jobs on purpose, so I could have a chance to fix the issue and re-start the job. Beanstalkd tries to process the job, and then it deletes it. I know the job is failing, because I set it to fail and I buried it in my Laravel Job Handler (the console reflects it correctly), but after kicking it via Beanstalk Console, it simply gets deleted. Any ideas?
Level 1
Please or to participate in this conversation.