We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It appears that some users are coming into an issue of throttling errors. A user has found a possible solution https://community.rstudio.com/t/use-exponential-back-off-with-dbi/56870. To make it easier for users this solution should be inbuilt into the package.
The text was updated successfully, but these errors were encountered:
added helper function retry_api_call if call initially failed (#79)
d8a698c
added parameters in noctua_options to configure the retry_api_call (#79)
73f03a7
added retry_api_call when sending data to s3 (#79)
4ac14d5
added retry_api_call when retrieving data from S3 (#79)
6aa8f67
As unit tests aren't coming across this issue. I will have to ask for help from the author of the RStudio ticket: https://community.rstudio.com/t/use-exponential-back-off-with-dbi/56870
Sorry, something went wrong.
retry api call if initially failed (#79)
a187676
The new retry functionality using exponential back off seems to have fixed issues highlighted by Rstudio community ticket. Will close this ticket.
If issue hasn't been resolved please reopen this ticket.
DyfanJones
No branches or pull requests
It appears that some users are coming into an issue of throttling errors. A user has found a possible solution https://community.rstudio.com/t/use-exponential-back-off-with-dbi/56870. To make it easier for users this solution should be inbuilt into the package.
The text was updated successfully, but these errors were encountered: