You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 14, 2020. It is now read-only.
I have a question about delayed execution of some task using Kopf. I see there are the TemporaryError errors that can handle this, it might be possible to use this for it but even if that is the case it would be poorly worded. Example use cases could be a custom implementation of a CronJob. Is that possible with something else than a TemporaryError or even with TemporaryError?
The text was updated successfully, but these errors were encountered:
I have a question about delayed execution of some task using Kopf. I see there are the
TemporaryError
errors that can handle this, it might be possible to use this for it but even if that is the case it would be poorly worded. Example use cases could be a custom implementation of a CronJob. Is that possible with something else than aTemporaryError
or even withTemporaryError
?The text was updated successfully, but these errors were encountered: