-
Notifications
You must be signed in to change notification settings - Fork 36
fix(Polling Manager): Fixing how config manager blocks. Miscellaneous other fixes as well. #216
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
Conversation
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.
lgtm
self._DEFAULT_TIMEOUT_INTERVAL) \ | ||
else timedelta(self._DEFAULT_TIMEOUT_INTERVAL) | ||
|
||
self.notification_center = notification_center or _notification_center.NotificationCenter(self.logger) |
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.
What's the purpose of this line?
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.
Helps us get rid of conditionals later on.
Summary
_set_config
inPollingConfigManager
.StaticConfigManager
so it has been moved from there.