Hi @Paweł Kaczanowski ,
Thanks for reaching out to Q&A forum.
The service bus configuration in the host.json looks perfect. This is the configuration is recommended for singleton processing of service bus triggered functions. Unfortunately, I am not able to reproduce the issue as I am able to achieve singleton processing at my end.
Here is how my orchestration flow looks like service bus starter function -> Orchestrator -> Activity function
If you look at the below execution, the service bus starter function started 2nd execution only after completing the 1st message's execution. There were 2 messages in the queue
Only difference that I can see is the language, I am trying it in .net stack. Could you please provide the output/execution of your functions like the above image so that I will get an idea about the flow of your orchestration.