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
rateLimit
The maximum number of tasks to run per period. The value 0 disables the rate limiter.
rateLimitPeriod
The time period in seconds for the task worker rate limit.
Response
The result of the operation.
success
newLimits
Errors
500
Internal Server Error