-
Notifications
You must be signed in to change notification settings - Fork 220
Putting back event for reprocessing after a specific amount of time #157
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
Comments
We will cover this functionality within this issue: |
Is the proposal here related to extending the Similarly to this: https://godoc.org/sigs.k8s.io/controller-runtime/pkg/reconcile#Result ? |
@goldmann basically yes, the issue mentioned before will cover this, but with a slightly different approach. |
@csviri Great, this is something I'm really interested in! I'll take a look at the PR. |
@goldmann it's a quibe big PR, covering a lot. Will write a post that will serve as a introduction / documentation to it. Also feel free to jump on discord and ask question if needed. |
We should allow users to put back events for reprocessing, this will allow periodic checking / polling with a very generic way.
The text was updated successfully, but these errors were encountered: