diff --git a/source/settlement-report/Orchestration.SettlementReports/host.json b/source/settlement-report/Orchestration.SettlementReports/host.json index 142ac10..cabe3e1 100644 --- a/source/settlement-report/Orchestration.SettlementReports/host.json +++ b/source/settlement-report/Orchestration.SettlementReports/host.json @@ -3,6 +3,8 @@ "extensions": { "durableTask": { "maxConcurrentActivityFunctions": 3, + "maxConcurrentOrchestratorFunctions": 20, + "maxConcurrentEntityFunctions": 20, "hubName": "%OrchestrationsTaskHubName%", "storageProvider": { "connectionStringName": "DURABLETASK_STORAGE_CONNECTION_STRING"