Support activity task queue max_tasks_per_second
even when request_eager_execution
is set
#6800
Labels
enhancement
New feature or request
Describe the solution you'd like
Today, if
TaskQueueMetadata.max_tasks_per_second
is set for an activity task queue, it is ignored ifScheduleActivityTaskCommandAttributes.request_eager_execution
is true. SDKs have to work around this limitation and/or inform customers, especially since SDKs try to setrequest_eager_execution
as true by default.We should support both of these working together. In the meantime, SDKs will continue to educate users on their incompatibility.
The text was updated successfully, but these errors were encountered: