package
0.0.0-20210211003407-de03a5c02a72
Repository: https://github.com/dropbox/load_management.git
Documentation: pkg.go.dev
# Functions
NewAdmissionController creates a new admission controller that will allow `parallelism` units of execution through at one time.
NewCustomAdmissionController creates a new admission controller that will allow `parallelism` units of execution through at one time.
# Interfaces
An AdmissionController limits concurrent requests in order to protect a service from trying to do too many things at once.