Description

Configuration of FixedLimit.

Usages

Configuration options

KeyKindTypeDefault ValueDescription
enable-metricsVALUEBooleanfalseWhether to collect metrics for the fixed limit implementation
fairVALUEBooleanfalseWhether the java.util.concurrent.Semaphore should be java.util.concurrent.Semaphore#isFair()
permitsVALUEInteger0Number of permit to allow
queue-lengthVALUEInteger0How many requests can be enqueued waiting for a permit
queue-timeoutVALUEDurationPT1SHow long to wait for a permit when enqueued

See the manifest for all available types.