Hi all! We have an API that is rate limiting but n...
# singer-tap-development
a
Hi all! We have an API that is rate limiting but not reporting it very well. Do you have any reference implementations of custom backoff behavior?
e
This is the most custom I’ve done: https://github.com/MeltanoLabs/tap-stackexchange/blob/8617429bd1e335468b8e56273679a8330bfabb17/tap_stackexchange/client.py#L57-L87 • Limit requests on the client • Check the response for backoff indication