arifkalayci
Results
2
issues of
arifkalayci
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...
Is there a way define different `raise_signal_exceptions` per job? We find setting `raise_signal_exceptions = :term` very useful since we have long running jobs and they are subject to daily restarts...