Skip to content

Which knob to adjust for scaling behavior? #1817

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

You must be logged in to vote

If you're seeing 60-90 requests per second and 18 or so app instances, then I'm guessing you're processing Service Bus queues much faster than your entities. The low CPU% likely means that the entities cannot dequeue and/or process the signals as quickly as they are being enqueued.

Given the low density of entities to partitions, adjusting maxConcurrentOrchestratorFunctions is not likely going to have much effect. You could lower partitionCount, but that might not help much since it seems the Service Bus load is driving the scale out more-so than entity load (entity load won't cause you to scale higher than your partition count).

As you mentioned in another reply, if you signal up to 100K…

Replies: 3 comments 12 replies

Comment options

You must be logged in to vote
2 replies
@mpaul31
Comment options

@cgillum
Comment options

Answer selected by mpaul31
Comment options

You must be logged in to vote
1 reply
@cgillum
Comment options

Comment options

You must be logged in to vote
9 replies
@mpaul31
Comment options

@olitomlinson
Comment options

@mpaul31
Comment options

@mpaul31
Comment options

@mpaul31
Comment options

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