We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
result.RequeueAfter
How to handle result.RequeueAfter in envTests?
I noticed that my envTests fail, when I use result.RequeuAfter instead of Requeue: true.
result.RequeuAfter
Requeue: true
Do you use a global variable, and the use RequeueAfter: requeueDuration.
RequeueAfter: requeueDuration
Then you could run the envTest with the global variable requeueDuration set to a different value.
Imagine there is a good answer to this question. Where could this answer be documented?
related Slack thread #controller-runtime
The text was updated successfully, but these errors were encountered:
No branches or pull requests
How to handle
result.RequeueAfter
in envTests?I noticed that my envTests fail, when I use
result.RequeuAfter
instead ofRequeue: true
.Do you use a global variable, and the use
RequeueAfter: requeueDuration
.Then you could run the envTest with the global variable requeueDuration set to a different value.
Imagine there is a good answer to this question. Where could this answer be documented?
related Slack thread #controller-runtime
The text was updated successfully, but these errors were encountered: