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