Skip to content

Commit

Permalink
Cross reference graceful termination
Browse files Browse the repository at this point in the history
  • Loading branch information
omus committed Mar 8, 2024
1 parent 5097c6f commit 7d4c703
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/src/health_checks.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,3 +110,5 @@ Once `shutdown!` is called the following occurs:
3. The Julia process is terminated

By default the `shutdown_handler` only has 5 seconds to complete. If your `shutdown_handler` requires more time to execute you can change the timeout by using the keyword `shutdown_handler_timeout`.

Depending on your application you may want to define multiple calls to `shutdown!`. For example you may want to call `shutdown!` from within `graceful_terminator` to enable [graceful termination support](./graceful_termination.md) for you application.

0 comments on commit 7d4c703

Please sign in to comment.