You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now it is hard to scale to zero worker versions that only have closed workflows, while still detecting that queries are being sent to those versions and scaling back up when necessary.
The TaskAddRate statistic from the DescribeTaskQueue API does include query tasks, but is not guaranteed to catch sporadic queries (eg. due to a human debugging a single closed workflow execution).
The text was updated successfully, but these errors were encountered:
jlegrone
changed the title
Automatically scale up worker versions with reachability ClosedOnly when query requests sent to closed workflows
Automatically scale up worker versions with reachability ClosedOnly on query
Sep 25, 2024
Right now it is hard to scale to zero worker versions that only have closed workflows, while still detecting that queries are being sent to those versions and scaling back up when necessary.
The TaskAddRate statistic from the DescribeTaskQueue API does include query tasks, but is not guaranteed to catch sporadic queries (eg. due to a human debugging a single closed workflow execution).
The text was updated successfully, but these errors were encountered: