Skip to content

Commit

Permalink
pr remark
Browse files Browse the repository at this point in the history
Co-authored-by: Ronja Quensel <[email protected]>
  • Loading branch information
ndr-brt and ronjaquensel authored Feb 10, 2025
1 parent 89ea536 commit 02c27bf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ until the deprecation expires and the old one can be deleted.
- `onFailure`: is called when there's a failure but the operation is meant to be retried, depending on how many retries
the entity already went through and what is the configured `retryLimit`
- `onFinalFailure`: is called when retries are expired or an unrecoverable error happens
the processor returns true` if the at least one process gets executed or `false` if not (such case happens when a retry
the processor returns `true` if the at least one process gets executed or `false` if not (such case happens when a retry
strategy is waiting to be satisfied and processing will happen again on the next state machine iteration)

Please note that all the `Process`es need to be idempotent, this will permit intermediate failures to be retried.
Expand Down

0 comments on commit 02c27bf

Please sign in to comment.