-
Notifications
You must be signed in to change notification settings - Fork 8
use retry #96
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
use retry #96
Conversation
wangzhao0217
commented
Dec 4, 2024
- Update batch.R
- Update batch.R
- Update batch.R
- update
|
@Robinlovelace we could keep this changes locally for further test |
|
@wangzhao0217 the output of |
Robinlovelace
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we make the output less noisy?
|
There are 3 more |
That' cool Co-authored-by: Robin Lovelace <Robinlovelace@users.noreply.github.com>
R/batch.R
Outdated
| pause_min = 30, # Min delay between retries | ||
| terminate_on = NULL, # Don't terminate on specific status codes | ||
| retry_on = NULL, # Retry on all errors (since connection refused isn't an HTTP status code) | ||
| httr::verbose() # Optional: outputs detailed request info |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you remove verbose here and in the other places?