Skip to content

parallel threads that can used in an activity function? #1821

Answered by cgillum
ghost asked this question in Q&A
Discussion options

You must be logged in to vote

I think what this chart is telling you is how many threads are active at any particular point in time. I can't see the x-axis, but I assume "minimum" means the minimum thread count over some interval (e.g. 5 minutes). I'm not sure why it would periodically drop to zero - perhaps that could be a glitch that occurs when scaling out. It's very likely that this number includes both threads created in your code and threads created by the functions runtime and any registered trigger listeners.

how many threads can i run in parallel, or is there way i can control it

It depends on what language you're using for your function app. If it's C#/.NET, you can use as many threads as you want. The eas…

Replies: 1 comment 10 replies

Comment options

You must be logged in to vote
10 replies
@ghost
Comment options

@cgillum
Comment options

@ghost
Comment options

@cgillum
Comment options

@ghost
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
1 participant