Stop celery workers using SIGINT instead of SIGTERM.
According to the documentation TERM should do a graceful shutdown: http://celery.readthedocs.org/en/latest/userguide/workers.html#process-signals but this is not actually the case: https://groups.google.com/forum/#!topic/celery-users/t8g5KvIvQZ8 SIGINT on the other hand seems to do what we want.
Showing
Please
register
or
sign in
to comment