This repository has been archived by the owner on Jan 12, 2024. It is now read-only.
Shutdown gracefully in response to SIGINT
and SIGTERM
events
#729
Labels
feature request
New feature request
Is your feature request related to a problem? Please describe the problem.
To support high availability, the dynatrace-service must support graceful shutdown.
Describe the solution you'd like
Once it receives
SIGINT
orSIGTERM
, the dynatrace-service should begin to shutdown and no longer process new events. It should handle the termination signal by finishing its current tasks and cleaning up resources so that it can shut down gracefully rather than being killed by Kubernetes.Additional context
Reference info and implementations are provided in keptn/keptn#4522
The text was updated successfully, but these errors were encountered: