Skip to content
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

Removing instances where reconcile requeue didn't honor the interval time #155

Merged
merged 3 commits into from
Aug 26, 2022

Conversation

r65535
Copy link
Contributor

@r65535 r65535 commented Aug 26, 2022

Q A
Bug fix? yes
New feature? no
API breaks? no
Deprecations? no
Related tickets Mentioned in PR 142
License Apache 2.0

What's in this PR?

There were instances where the reconcile requeue didn't honor the configured interval. I've removed these to bring it in line with all other reconcile requeues

Checklist

  • Implementation tested
  • Error handling code meets the guideline
  • Logging code meets the guideline
  • User guide and development docs updated (if needed)
  • Append changelog with changes

@mh013370
Copy link
Member

mh013370 commented Aug 26, 2022

The only question i really have is whether we change the default interval for some of these that had the interval / 3 in almost (every?) case. Otherwise, i'm good with the changes here!

Perhaps the controllers are treating the "requeue" case separately from the normal error or success interval cases.

@mh013370
Copy link
Member

LGTM. This ought to reduce load on the control plane as well 👍

@cannonpalms
Copy link
Contributor

This seems to work well in our test clusters. 👍

@erdrix erdrix merged commit 5c8a349 into konpyutaika:master Aug 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants