-
Notifications
You must be signed in to change notification settings - Fork 91
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(spooler): Proactively populate the project cache for envelopes sp…
…ooled to disk (#2962) When the Relay restarts the index of the spooled to disk envelopes must be restored: * read all the project keys we spooled to disk * generate unique index * make sure the project cache fetches them Once the project state received Relay will start to unspool saved to disk envelopes. This should allow Relay to unspool faster, even for the projects which do not have the high volume traffic.
- Loading branch information
Showing
3 changed files
with
239 additions
and
13 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
Oops, something went wrong.