sdk-typescript
sdk-typescript copied to clipboard
[Bug] WorkerStatus does not have numInFlightLocalActivities
What are you really trying to do?
I want to determine current load of the worker. We have 3 types of task slots (workflow / activities / local activities) in the worker each with a concurrency limit. However, I have no way of finding out how many concurrent local activities are running.
We have a similar field in WorkerStatus -> numInFlightActivities