delayed_job_worker_pool
delayed_job_worker_pool copied to clipboard
Worker process pooling for Delayed Job
Just wondered if it would be possible to make this support running without Rails? We have an app which runs jobs with delayed_job but no Rails on Heroku. Was hoping...
As stated here https://github.com/salsify/delayed_job_worker_pool/pull/4#issuecomment-637050920 , the dummy app should be updated to Rails 6.
It looks like my worker receives two TERM signals when the Heroku dyno is restarted. Heroku [docs](https://devcenter.heroku.com/articles/dynos#graceful-shutdown-with-sigterm) says that: > When the dyno manager restarts a dyno, the dyno manager...