-
Notifications
You must be signed in to change notification settings - Fork 619
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change the shutdown procedure to deregister fabio from the registry a…
…nd then shutdown the proxy (#908) * change shutdown procedure to deregister and then shutdown the proxy * document proxy.deregistergraceperiod
- Loading branch information
1 parent
0d17388
commit 1693793
Showing
5 changed files
with
32 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
--- | ||
title: "proxy.deregistergraceperiod" | ||
--- | ||
|
||
`proxy.deregistergraceperiod` configures the time to wait before | ||
shutting down the proxies de-registering from the service registry. | ||
|
||
After a signal is caught Fabio will immediately de-register from the | ||
service registry and wait for `proxy.deregistergraceperiod` letting | ||
in-flight requests finish after which it will continue with shutting | ||
down the proxy. | ||
|
||
The default is | ||
|
||
proxy.deregistergraceperiod = 0s |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters