DyfanJones / noctua

Connect R to Athena using paws SDK (DBI Interface)
https://dyfanjones.github.io/noctua/
Other
45 stars 5 forks source link

dbWriteTable should support a retry functionality #79

Closed DyfanJones closed 4 years ago

DyfanJones commented 4 years ago

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.

DyfanJones commented 4 years ago

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

DyfanJones commented 4 years ago

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.