tobi / delayed_job

Database backed asynchronous priority queue -- Extracted from Shopify
http://tobi.github.com/delayed_job
MIT License
2.15k stars 1.25k forks source link

Worker inside worker #68

Open iuribertto opened 7 years ago

iuribertto commented 7 years ago

Hello, I am using your class to perform a task similar to this: I own a worker and this worker called me another worker. But every time I do this the process is locked, have you ever come across this error?