collectiveidea / delayed_job

Database based asynchronous priority queue system -- Extracted from Shopify
http://groups.google.com/group/delayed_job
MIT License
4.81k stars 955 forks source link

How can I restart the jobs stuck in delayed job in postgres #1150

Open Chandananimmu opened 2 years ago

Chandananimmu commented 2 years ago

@albus522 I'm using delayed job 4.1.9 , delayed_job_active_record 4.1.6 , when I try to send 10,000 emails via delayed job, it get stucks and the delayed job stops working, job will be in postgres, could you please help me to resolve this.

pgib commented 2 years ago

+1 literally experiencing the exact same thing