Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add distributed locking to MassTransitWorkflowDispatcher #5418

Merged
merged 1 commit into from
May 21, 2024
Merged

Conversation

sfmskywalker
Copy link
Member

@sfmskywalker sfmskywalker commented May 21, 2024

This commit introduces a distributed lock to the MassTransitWorkflowDispatcher to prevent concurrent updates to the workflow instance. The lock is acquired before any interaction with the workflow instance and is released after the update operation is complete.

Fixes #5417

This commit introduces a distributed lock to the MassTransitWorkflowDispatcher to prevent concurrent updates to the workflow instance. The lock is acquired before any interaction with the workflow instance and is released after the update operation is complete.
@sfmskywalker sfmskywalker requested review from a team May 21, 2024 19:27
@sfmskywalker sfmskywalker merged commit d89a07d into main May 21, 2024
3 checks passed
@sfmskywalker sfmskywalker deleted the bug/5417 branch May 21, 2024 19:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] Concurrency Issue in BulkDispatchWorkflows Activity Prevents Completion
2 participants