Update the task rate limit settings at runtime

Updates one or more rate limit properties for the task worker without requiring a restart.

Authentication

AuthorizationBasic

Basic authentication of the form Basic <base64(username:password)>.

Request

body
rateLimitintegerOptional>=0
The maximum number of tasks to run per period. The value 0 disables the rate limiter.
rateLimitPeriodintegerOptional>=1
The time period in seconds for the task worker rate limit.

Response

The result of the operation.
successboolean
newLimitsobject

Errors

500
Internal Server Error