Skip to content

Difference between Requeue vs. RequeueAfter? #3299

Closed Answered by camilamacedo86
alex067 asked this question in Support
Discussion options

You must be logged in to vote

Hi @alex067,

I believe the operator by default, reconciles every 10 hours (aside from reacting to events).

Yes, that is true. It is the default time define in the Manager Options. See:

If I wanted to requeue a reconciled request, and simply use: {Requeue: true}, does that infer that in 10 hours we're going to try to reconcile again?

No, the {Requeue: true} will cause the reconcile loop to start from the beginning immediately. It's useful, for instance, when you've updated a resource and want to re-fetch it to ensure all operations are executed correc…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by camilamacedo86
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Support
Labels
None yet
2 participants