Files
notifications-api/scripts
Leo Hemsted 80454579ee fix multi worker exit script
previously the script would:

try and SIGTERM each celery process every second for the 9 second
timeout, and then SIGKILL every second after, with no upper bound.

This commit changes this to:
* SIGTERM each process once.
* Wait nine seconds (checking if the pid files are still present each
  second)
* SIGKILL any remaining processes once.
* exit
2019-01-02 15:15:46 +00:00
..
2018-10-09 13:27:49 +01:00
2018-03-06 16:11:42 +00:00
2018-11-09 16:40:58 +00:00