Skip to content

Commit

Permalink
Update docs/modules/opa/pages/usage-guide/operations/graceful-shutdow…
Browse files Browse the repository at this point in the history
…n.adoc

Co-authored-by: Malte Sander <contact@maltesander.com>
  • Loading branch information
sbernauer and maltesander committed Nov 6, 2023
1 parent a6e1cc1 commit 0f87fb2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ Once a server Pod is asked to terminate the following timeline occurs:

1. The server stops accepting any new queries.
2. The server waits until all running queries have finished.
3. If the graceful shutdown doesn't complete quick enough (e.g. a query runs longer than the graceful shutdown period), after `<graceful shutdown period> + 5s safety overhead` the Pod gets killed, regardless if it has shut down gracefully or not. This is achieved by setting `terminationGracePeriodSeconds` on the server Pods. Currently running queries on the sever will fail.
3. If the graceful shutdown doesn't complete quick enough (e.g. a query runs longer than the graceful shutdown period), after `<graceful shutdown period> + 5s safety overhead` the Pod gets killed, regardless if it has shut down gracefully or not. This is achieved by setting `terminationGracePeriodSeconds` on the server Pods. Running queries on the sever will fail.

0 comments on commit 0f87fb2

Please sign in to comment.