-
Notifications
You must be signed in to change notification settings - Fork 207
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
Configurable max backoff for ASO polling #2584
Comments
We're not 100% sure we actually want to expose this as a configuration because it feels like something that people might shoot themselves in the foot with. We'll leave this item open for now and if/when we revisit this in a few months if there's desire for this we may do it, but if there's not we may close it. |
Perhaps polling speed could be configurable to a limit so that folks can't shoot themselves in the foot without compiling golang code. That would be an interesting compromise. |
We're still thinking about this |
No change from above. Some polling is already configurable (the |
Closing this as it seems that the current backoffs we have are working well, we haven't seen throttling issues in ages and we'd prefer if the defaults "just worked" rather than requiring the users to tune them. |
Describe the current behavior
The polling speeds are hardcoded in ASO.
Describe the improvement
The polling speed could be configurable, either at a per-resource level using annotations or at the whole operator level via an option in the
aso-controller-settings
secret.The text was updated successfully, but these errors were encountered: