Interface: IEffectiveRateLimit
v1.DescribeTaskQueueResponse.IEffectiveRateLimit
Properties of an EffectiveRateLimit.
Implemented by
Properties
rateLimitSource
• Optional
rateLimitSource: null
| RateLimitSource
Source of the RateLimit Configuration,which can be one of the following values:
- SOURCE_API: The rate limit that is set via the TaskQueueConfig api.
- SOURCE_WORKER: The rate limit is the value set using the workerOptions in TaskQueueActivitiesPerSecond.
- SOURCE_SYSTEM: The rate limit is the default value set by the system
requestsPerSecond
• Optional
requestsPerSecond: null
| number
The effective rate limit for the task queue.