Kubernetes AutoScaler or changing Desired Nodes in AWS prematurely terminates Docker Pods
I built a service that utilizes docker pods to process data. The time it takes varies from as little as 15 minutes to as much as 1 hour. My applications captures SIGTERM to ensure a graceful shutdown takes place when…