-
Notifications
You must be signed in to change notification settings - Fork 110
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
We have observed that there are two kind of events that leads to license errors * 100% cpu, which means the server is unresponsive for ~25s * service restart which takes 2-3 minutes Therefore, we set the first retry to happen after 1 minute to hoping that the server gets enough time to get off 100% cpu. The second retry happens between 3 and 6 minutes later, ensuring that there is enough time for the server to restart. There is also a stagger factor added to avoid all retries happening simultanously. It is set to maximum 25s.
- Loading branch information
1 parent
bb5fa0d
commit 99af83b
Showing
2 changed files
with
26 additions
and
7 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