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

retrying with generators #53

Open
Euphorbium opened this issue Jun 10, 2016 · 3 comments
Open

retrying with generators #53

Euphorbium opened this issue Jun 10, 2016 · 3 comments

Comments

@Euphorbium
Copy link

Will this work with a generator, and would it be possible to resume retrying from the failed state in a generator, not from the beginning?

@suanmeiguo
Copy link

I just tried it myself, don't think it'll work with generators. Basically the retry library doesn't take effects if it's on a function yield stuff.

@fcracker79
Copy link

I have implemented generator support. Here it is the pull request:

#83

I am waiting for some feedback from retrying library author.

@fcracker79
Copy link

Given the feedback I received after a week, I wonder if there is still a maintainer of this project.
@rholder could you please review the pull request?

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

3 participants