Skip to content
Discussion options

You must be logged in to vote

Similarly, when a remote async call is made from a task hub worker task-activity, is the worker blocked till the remote call completes or is it available for other task execution?

Each activity function is internally triggered by a worker thread from the .NET thread pool, so one activity's execution will never block another activity's execution. Many activities can be run in parallel, up to the configured maximum concurrency limit. Documentation on concurrency limits can be found here.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@bbala-github
Comment options

@cgillum
Comment options

Answer selected by cgillum
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants