Skip to content

Commit

Permalink
Add new IdempotencyStrategy FAIL_ON_RUNNING
Browse files Browse the repository at this point in the history
  • Loading branch information
jmigueprieto committed Nov 22, 2024
1 parent 391fa43 commit 1d6b213
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@

public enum IdempotencyStrategy {
FAIL,
RETURN_EXISTING
RETURN_EXISTING,
FAIL_ON_RUNNING
}

0 comments on commit 1d6b213

Please sign in to comment.