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

Stop the retry if 100% of transaction is failed #38

Open
danishjamal104 opened this issue Oct 3, 2022 · 0 comments
Open

Stop the retry if 100% of transaction is failed #38

danishjamal104 opened this issue Oct 3, 2022 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@danishjamal104
Copy link
Contributor

In the current implementation, the threshold check only works for the success rate and keeps on retrying even if 100% of transactions failed. So this issue focuses on adding logic/check when the transaction is 100% failed and stopping the retry loop immediately. This will reduce workflow completion time for bulk-processor and decrease system/zeebe load in general.

@danishjamal104 danishjamal104 added the bug Something isn't working label Oct 3, 2022
@danishjamal104 danishjamal104 self-assigned this Oct 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant