Replies: 1 comment
-
Calling activities from critical sections is totally fine. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
It is not 100% clear from the docs if the below code is best practice/supported.
https://learn.microsoft.com/en-us/azure/azure-functions/durable/durable-functions-entities?tabs=class-based%2Cisolated-process%2Cpython-v2&pivots=csharp#critical-section-behavior
I could move the activity code inside the durable entity but our use is locking critical sections across different orchestrators to avoid race conditions
Ciaran
Beta Was this translation helpful? Give feedback.
All reactions