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

Non-blocking backOff policy #25

Open
danveloper opened this issue Jan 28, 2015 · 6 comments
Open

Non-blocking backOff policy #25

danveloper opened this issue Jan 28, 2015 · 6 comments

Comments

@danveloper
Copy link

Would like to have a backOff policy that does not block the thread of execution. The use-case for this is roughly having a long-lived job that is comprised of many short-lived steps, where some step in the sequence retries potentially many times for a long period. Freeing up the thread will allow steps from other jobs to be executed during the blocking step's backOff period.

@poznachowski
Copy link

+1

@Snapu
Copy link

Snapu commented Jul 25, 2017

Is it not meant to make us of a stateful retry for such an use case? I also have a long living retry and need that feature too. But can't really get stateful retry to work.

@sofiaguyang
Copy link

+1

@ChaminW
Copy link

ChaminW commented Sep 6, 2019

+1 any update?

@ashamukov
Copy link
Contributor

Not an answer, just a few related links: #154 #176

@ipalopezhentsev
Copy link

Just use this library which achieves exactly what you want. I've been using it in several production systems for like 5 years - works great!
https://github.com/nurkiewicz/async-retry

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants