-
Notifications
You must be signed in to change notification settings - Fork 22
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
feat: Only run one DB expiry check per cluster at a time #824
feat: Only run one DB expiry check per cluster at a time #824
Conversation
0fa8aa6
to
3075755
Compare
Codecov Report
@@ Coverage Diff @@
## main #824 +/- ##
==========================================
+ Coverage 89.38% 89.44% +0.05%
==========================================
Files 144 144
Lines 12638 12700 +62
==========================================
+ Hits 11297 11359 +62
+ Misses 828 825 -3
- Partials 513 516 +3
Continue to review full report at Codecov.
|
3075755
to
8ea382b
Compare
8ea382b
to
6834ac1
Compare
@bstasyszyn I've updated this PR per our conversation earlier. Take a look and let me know. If it looks okay, I can improve the code coverage. Some of the cases to improve code coverage are going to be time-consuming to cover, so if I need to make any major changes I should do that first before writing unit tests for them. |
6834ac1
to
95e4f48
Compare
f921c8c
to
de3d23e
Compare
0d257a8
to
4257bae
Compare
Added a mechanism to the expiry service to allow it to coordinate with other Orb servers within a cluster so that they can ensure only one DB expiry check at a time. Signed-off-by: Derek Trider <Derek.Trider@securekey.com>
4257bae
to
50b3fbf
Compare
Added a mechanism to the expiry service to allow it to coordinate with other Orb servers within a cluster so that they can ensure only one DB expiry check at a time.
Signed-off-by: Derek Trider Derek.Trider@securekey.com
closes #810