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

Replace Thread.sleep with Failsafe in workers #432

Open
korthout opened this issue Jul 6, 2021 · 0 comments
Open

Replace Thread.sleep with Failsafe in workers #432

korthout opened this issue Jul 6, 2021 · 0 comments

Comments

@korthout
Copy link
Member

korthout commented Jul 6, 2021

For such thing, I would look into https://jodah.net/failsafe/retry/. I've had a very good experience with failsafe - it's much lighter and easier to use than, say, Resilience4J imo (but less powerful).

Originally posted by @npepinpe in #428 (comment)

@korthout korthout changed the title For such thing, I would look into https://jodah.net/failsafe/retry/. I've had a very good experience with failsafe - it's much lighter and easier to use than, say, Resilience4J imo (but less powerful). Replace Thread.sleep with Failsafe in workers Jul 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants