Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chart: pass workers.terminationGracePeriodSeconds into KubeExecutor pod template #33514

Merged

Conversation

SamWheating
Copy link
Contributor

While the chart allows users to specify a custom TerminationGracePeriodSeconds for the celery workers, this value is not passed into the Kubernetes Executor pod template, and thus pods use the default 30s timeout.

It seems like the workers: section of the values is applied to both the Celery worker pods as well as the default KubeExecutor pods so I figured there was no need to define a new value. Thoughts?

@jedcunningham
Copy link
Member

Yep, no need for a new value. Can you add a test here?

@SamWheating SamWheating force-pushed the sw-graceful-termination-kube-executor branch from 39f48ad to a5b0e08 Compare August 18, 2023 23:22
@jedcunningham jedcunningham merged commit ad45030 into apache:main Aug 19, 2023
51 checks passed
@ephraimbuddy ephraimbuddy added the changelog:skip Changes that should be skipped from the changelog (CI, tests, etc..) label Aug 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:helm-chart Airflow Helm Chart changelog:skip Changes that should be skipped from the changelog (CI, tests, etc..)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants