-
k8s-merge-robot authored
Automatic merge from submit-queue add a delayed queueing option to the workqueue Adds delayed requeuing to the workqueue so that I requeue an item to be retried at some later time in my controller with a series of backoff rules. It lets me have the best of the retryManager and the work queue de-duping. Tracking failures and backoffs is on the caller @smarterclayton @pweil- this would help us move to using the informer everywhere and de-duping at that level.
590a5f3a