Replies: 2 comments 1 reply
-
Hi @jjshao-ms, it sounds like you want to propose a behavior change. Can you open an issue for this? That will be more effective than a discussion. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Using Azure Storage provider.
I am encountering a host shutdown during my orchestration is running
CommitOutboundQueueMessages
. I notice that even if the ownership lease has been released due to shutdown, the framework is still enqueueing message to the work item queue. It's ok since I know activity might be executed more than one time, but it would be better if we could reduce the number of duplicate executions.FYI, related code snippet
Beta Was this translation helpful? Give feedback.
All reactions