-
Notifications
You must be signed in to change notification settings - Fork 95
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CMR-9497 Moving KMS cache straight to redis #1984
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1984 +/- ##
==========================================
- Coverage 55.25% 55.25% -0.01%
==========================================
Files 990 990
Lines 63001 62995 -6
Branches 1547 1548 +1
==========================================
- Hits 34813 34809 -4
+ Misses 26641 26640 -1
+ Partials 1547 1546 -1
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we actually talked a lot about this code, it looks good.
[job-key] | ||
{:job-type RefreshKmsCacheJob | ||
:job-key job-key | ||
:interval 7200}) | ||
:daily-at-hour-and-minute [02 00]}) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we may need a wiki page to track the schedules for all our jobs to make sure we spread them out, just thinking out loud ... or a markdown page in the code
No description provided.