Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for enqueueRateLimited (0.14 sec)

  1. pkg/controller/deployment/progress.go

    	// transition either to a Complete or to a TimedOut condition.
    	if after < time.Second {
    		logger.V(4).Info("Queueing up deployment for a progress check now", "deployment", klog.KObj(d))
    		dc.enqueueRateLimited(d)
    		return time.Duration(0)
    	}
    	logger.V(4).Info("Queueing up deployment for a progress check", "deployment", klog.KObj(d), "queueAfter", int(after.Seconds()))
    	// Add a second to avoid milliseconds skew in AddAfter.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Mar 13 11:00:44 UTC 2023
    - 8.9K bytes
    - Viewed (0)
Back to top