An Azure service that provides an event-driven serverless compute platform.
Hello @Stefan , apologies for the delay in my response.
Below are some points which I will like to highlight and I think are helpful in resolving the issues related to scaling of Python Durable Function Apps
- I think it will be helpful if you could go through the documentation for Scale and Performance for Python Function Apps. You can go through the Async section and the
FUNCTIONS_WORKER_PROCESS_COUNTand see if any particular setting is causing the issue mentioned above. - On Durable front, in Language runtime considerations section of Performance and scale in Durable Functions you can explore more on the properties like
maxConcurrentOrchestratorFunctionsandmaxConcurrentActivityFunctionsand see what settings work best for you in achieving the desired scalability. - I found the explanations made by Connor on this issue very insightful in understanding some concepts related to performance of Durable Python function Apps.
Please let me know if there any concerns. Thank you!