Dynamically adjusting the number of concurrent activities on a given worker?

FYI I’m using the Go SDK.

I see that I can set MaxConcurrentActivityExecutionSize when I create a worker. Is it possible to adjust this value dynamically after the worker has been created?

Thanks in advance!

1 Like

Dynamic updating of MaxConcurrentActivityExecutionSize without restarting a worker is not supported. Please file a feature against the sdk-go repository.

Done, thanks!

1 Like