-
Notifications
You must be signed in to change notification settings - Fork 93
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(spool): Enable throttled periodic unspool (#2993)
Currently in order to trigger unspool of buffered envelopes the new project state update must be received from the upstream, which sometimes can take longer time. To make unspool action a bit more predictable let's enable periodic unspool initiated by project cache. This way: * spool service does not have to know when to unspool * spool service just has to serve the requests and communicate back the results * project cache will take care of the initiating the action and only request unspool of the envelopes when certain criteria are met
- Loading branch information
Showing
6 changed files
with
197 additions
and
52 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
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
Oops, something went wrong.