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

Retry #70

Merged
merged 4 commits into from
Oct 24, 2019
Merged

Retry #70

merged 4 commits into from
Oct 24, 2019

Conversation

DavisVaughan
Copy link
Collaborator

@DavisVaughan DavisVaughan commented Apr 4, 2019

@sboysel do you care if I merge this in? It just adds a retry to the core functionality, retrying 10 times if anything fails. This helps because fred's api seems to be fairly finicky. Even with 10 retries I can't consistently get all tests to pass (some are far more finicky than others), but this helps interactive use for sure.

You can focus on this line, the rest is roxygen2 redocumenting things in a slightly different way since it was updated:
https://github.com/sboysel/fredr/compare/retry?expand=1#diff-2eb905d49bb8a6719a6334b2a1b87a73R60

@sboysel
Copy link
Owner

sboysel commented Apr 4, 2019

Looks great, thanks for taking some time to look into that error. Just a thought, but what would you think about exposing the times arg in all functions? Overkill?

@sboysel sboysel merged commit 39aa38a into master Oct 24, 2019
@sboysel
Copy link
Owner

sboysel commented Oct 24, 2019

@DavisVaughan ended up merging your solution to master as is. Thanks!

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

Successfully merging this pull request may close these issues.

2 participants