-
Notifications
You must be signed in to change notification settings - Fork 6.5k
feat: Refresh settings preodically #22274
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
base: master
Are you sure you want to change the base?
Conversation
❌ Preview Environment undeployed from BunnyshellAvailable commands (reply to this comment):
|
0b74caf to
7bbbf32
Compare
17c5363 to
aedacc9
Compare
Signed-off-by: sivchari <[email protected]>
aedacc9 to
627b50e
Compare
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #22274 +/- ##
==========================================
+ Coverage 55.88% 56.03% +0.15%
==========================================
Files 343 343
Lines 57333 57555 +222
==========================================
+ Hits 32038 32253 +215
- Misses 22649 22653 +4
- Partials 2646 2649 +3 ☔ View full report in Codecov by Sentry. |
|
@crenshaw-dev PTAL 🙏 |
|
@gdsoumya @blakepettersson PTAL 🙏 |
|
Hi, @todaywasawesome . |
| log.Warnf("Error refreshing settings: %v", err) | ||
| continue | ||
| } | ||
| mgr.notifySubscribers(cdSettings) |
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.
I have a bad feeling here, if this somehow wil restart the controller in every loop. E.G our controller takes 20 mins to reload...
close #22231
Use errprs.Checkerror instead of warning logs.
Checklist: