spencerschack commented on pull request #10666: URL: https://github.com/apache/airflow/pull/10666#issuecomment-686773180
@dimberman Sorry to just jump into the convo, but by passing 0 seconds as the grace period, you're telling k8s to send SIGKILL to the container process instead of SIGTERM and giving it a chance to clean up. This would be an incompatible change with my company's setup due to the fact that tasks need to clean up resources before they exit. At the very least the grace period should configurable. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
