Skip to content

Commit

Permalink
Update terminationGracePeriodSeconds in Trino worker deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
danielcrisap committed May 1, 2024
1 parent d6cb69d commit ec8ae97
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions charts/trino/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -261,9 +261,7 @@ worker:
# https://trino.io/docs/current/admin/graceful-shutdown.html#admin-graceful-shutdown--page-root

terminationGracePeriodSeconds: "30"
# Sleep for shutdown.grace-period, which defaults to 2 minutes.
# After this, the coordinator is aware of the shutdown and stops sending tasks to the worker.
# https://trino.io/docs/current/admin/graceful-shutdown.html#shutdown-behavior
# The terminationGracePeriodSeconds should be greater or equal to shutdown.grace-period.

nodeSelector: {}

Expand Down

0 comments on commit ec8ae97

Please sign in to comment.