Hello, how can I configure the signal that is used by a deployment is stopped (e.g., after a new one has been deployed)? Some services react to specific signals, e.g., Celery workers react to SIGTERM. And how to configure the time given to the service to stop?
And first of all, what signal (SIGINT, SIGTERM, SIGKILL, etc.) is used to stop a running service? And what is the timeout?