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

memory provider idempotency updates #25

Conversation

starushykart
Copy link

Describe the change
Added idempotency into the memory persistence provider

Describe your implementation or design
simple check

Tests
Yes

@starushykart starushykart changed the title memory provider updates memory provider idempotency updates May 9, 2024
private readonly MemoryPersistenceProvider _provider = new();

[Fact]
public void Should_Throw_If_Workflow_With_Same_Reference_Already_Exist()
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's already covered by the existing test, so I'll delete this file from PR.
image

@SergiiKram SergiiKram merged commit b7fe607 into SergiiKram:idempotent-workflow-start May 10, 2024
1 check passed
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.

None yet

2 participants