Not sure this is SDK related but it is interesting...
# singer-tap-development
v
Not sure this is SDK related but it is interesting to think about https://github.com/transferwise/pipelinewise-tap-oracle/issues/10 Automatic connection retry
a
@visch - Thanks for sharing this! For REST APIs, we do auto-retry on specific errors (using the
backoff
library) and I’m excited about consolidating efforts like this into the API so all taps can benefit from them.
Certainly, the ability to gracefully recovery from network issues is an important sign of a mature tap. 👍