|
|
|
|
|
by villasv
2366 days ago
|
|
I have found that using KillMode=mixed is very useful when running Airflow with Celery workers. It allows the system to shudown gracefully coupled with TimeoutStopSec, so the workers will stop receiving new jobs but will finish their current jobs before exiting which is nice for auto scaling or spot instances on AWS (coupled with EC2 lifecycle hooks). |
|
Why not kill ASAP and restart?
Do you have problems with load booming up sometimes?