Interface: ITaskQueueConfig
Properties of a TaskQueueConfig.
Hierarchy
-
↳
ITaskQueueConfig
Properties
fairnessKeysRateLimitDefault
• Optional fairnessKeysRateLimitDefault: null | $Properties
If set, each individual fairness key will be limited to this rate, scaled by the weight of the fairness key.
Inherited from
$Properties.fairnessKeysRateLimitDefault
fairnessWeightOverrides
• Optional fairnessWeightOverrides: null | { [k: string]: number; }
If set, overrides the fairness weights for the corresponding fairness keys.
Inherited from
$Properties.fairnessWeightOverrides
queueRateLimit
• Optional queueRateLimit: null | $Properties
Unless modified, this is the system-defined rate limit.