Hey guys
From the documentation (runtime options) I learned that the kill signal as well as the kill timeout can be changed. First off, awesome.
In my case I am working on a Django app with some celery worker processes which could potentially take longer than 300 seconds (the stated maximum kill timeout).
Is there a way to extend this maximum timeout or to continue with the deployment but have the still working machine finish its job and then terminate (essentially let it stay alive until it is ready to shut down after SIGTERM)?
Cheers, Ralph