Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for GetRetryAfter (0.09 sec)

  1. staging/src/k8s.io/apiserver/pkg/server/filters/priority-and-fairness.go

    		//  number, just return the truncated result and sleep the remainder server-side.
    		tooManyRequests(r, w, strconv.Itoa(int(h.droppedRequests.GetRetryAfter(classification.PriorityLevelName))))
    	}
    }
    
    // WithPriorityAndFairness limits the number of in-flight
    // requests in a fine-grained way.
    func WithPriorityAndFairness(
    	handler http.Handler,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Oct 30 12:18:35 UTC 2023
    - 15.3K bytes
    - Viewed (0)
Back to top