CakePHP-Queue-Plugin icon indicating copy to clipboard operation
CakePHP-Queue-Plugin copied to clipboard

Stop works, after changing status to "2:inprogress"

Open notRuslan opened this issue 10 years ago • 2 comments

I'm testing your plugin. When I have some records in queue_tasks table ( about 5000 rows), I manually run command "cake Queue.queue process" ('limit' => 100) it works, first time , second time but in one moment without any errors I see all my tasks staying in queue, and status changes only, and if I run command "cake Queue.queue run ID " it's push process.

notRuslan avatar Jan 26 '15 08:01 notRuslan

+1. How did you solved it @notRuslan ?

hugodias avatar Aug 25 '15 17:08 hugodias

just change status from 2 to 1, and process all again. But I know, in my case it happens, when something wrong with SMTP connection, and my SMTP server needs timeout.

notRuslan avatar Aug 25 '15 21:08 notRuslan