-
-
Notifications
You must be signed in to change notification settings - Fork 81
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
I'd like to be able to delay a finalizer, similar to how you can "requeue" controller actions. If I want to wait for certain conditions to pass before allowing a finalizer to complete, I thought it would be ok to just await Task.Delay in a loop, but it turns out than more and more calls into the finalizer begin.
Describe the solution you'd like
I'd like to be able to return a complete or not complete status inside a finalizer and a requeue time before the finalizer triggers again.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request