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

Fix bug of potential worker task rerunning #43

Open
longquanzheng opened this issue Oct 13, 2023 · 1 comment
Open

Fix bug of potential worker task rerunning #43

longquanzheng opened this issue Oct 13, 2023 · 1 comment
Labels
bug Something isn't working medium

Comments

@longquanzheng
Copy link
Contributor

longquanzheng commented Oct 13, 2023

Idea : add a new bool field : current_attempt_started with the prepare query and reset on completion

This will require an additional write when task started which will result in perf degrade. So maybe it's better to make it an optional feature. It's only needed when users require accurate retry attempts management

@longquanzheng longquanzheng added bug Something isn't working medium labels Oct 18, 2023
@longquanzheng
Copy link
Contributor Author

related to #58

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working medium
Projects
None yet
Development

No branches or pull requests

1 participant