Azure Function Durable work-item count exceeds the configured maximum active work-item count

Alejandro Benitez Aragon 41 Reputation points
2021-03-16T23:39:46.447+00:00

Hi guys, right now we are testing a durable functions thats use Fan out/fan in pattern. Everything is working well but when we try to scale the level of parallelism we get this message:

"Delaying work item fetching because the current active work-item count exceeds the configured maximum active work-item count (20)"

78477-imagen.png

We try to fix it setting this Application setting : WEBSITE_MAX_DYNAMIC_APPLICATION_SCALE_OUT = 200

78418-imagen.png

And this scale out parameter: Maximum Scale Out Limit : 200

78426-imagen.png

So guys, if you know the way to get the behavior we are looking for, will be nice if you could guide us.

Thanks for your help.

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,932 questions
0 comments No comments
{count} votes

Accepted answer
  1. Pramod Valavala 20,656 Reputation points Microsoft Employee Moderator
    2021-03-17T05:41:46.757+00:00

    @Alejandro Benitez Aragon The error that you are observing are at the host level (per instance) and are concurrency throttles that can be configured in host.json depending on your scenario.

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.