Replies: 8 comments 11 replies
-
Some additional information....... Each orchestration starts with a trigger from a queue and then the first activity in the orcvestration has the same name for all of the function apps |
Beta Was this translation helpful? Give feedback.
-
You might double check that your
From Durable Function Task Hubs
|
Beta Was this translation helpful? Give feedback.
-
Well i have set a different name for each eventhub..... But not in the host.json directly. But in the appsettings of the function app..... AzureFunctionsJobHost__extensions__durableTask__hubName I know the hubname is set correct and is unique for that function app. Not sure if it makes a difference if it is defined in the Application settings or in the host.json directly |
Beta Was this translation helpful? Give feedback.
-
keep getting these kind of errors 2023-07-25T19:35:53Z [Error] EventHubsProcessor partitions/4 received wrong packet, #19 instead of #9 and these as well 2023-07-25T19:35:56Z [Warning] LoadMonitor ignored 1 packets for different taskhub |
Beta Was this translation helpful? Give feedback.
-
Well tried everything but this error just keeps popping up. DO i need a different eventhub for every Function App?. (i have 15 in total) |
Beta Was this translation helpful? Give feedback.
-
Giving up on Netherite |
Beta Was this translation helpful? Give feedback.
-
Could not find this button until now, i reopened the discussion. |
Beta Was this translation helpful? Give feedback.
-
I think this is realted to : #283 However when i tried that it didn't create the consumer groups. |
Beta Was this translation helpful? Give feedback.
-
I have a collection of 12 Function apps that communicate with queues.....
Each function app is in it's own service plan and has about 5 activities.
A service bus message is used as a trigger, the trigger starts the orchestration, the activities run and the message is put into the next queue.
This runs great on azure storage but unfortunately not on Netherite......
I created an eventhub just as described in the documentation. And I put the connection string in the EventHubsConnection in the host.json....
If i do this for one function, it works ok.
If I set the storageprovider to netherite for all the functions it doesn't work anymore.....
I get all kind of weird messages (out or order/cannot create orchestration)
Am i missing something ?
Should there be an eventhub-namespace per Function ?
Or maybe create an eventhub per function ? And use that connection as EventHubsConnection so it's different for every function ?
Tried several things but cannot see to get it as relieable as AzuraStorage
If i change the storageprovider back to Azure Storage it works again.
Beta Was this translation helpful? Give feedback.
All reactions