I am developing a tap for an API that will return ...
# singer-tap-development
a
I am developing a tap for an API that will return a HTTP 429 if the rate limit is exceeded. 1. Any suggestions how I might simulate a 429? I can do it with fiddler I suppose--is anything baked into the SDK 2. Is there a recommended practice using the SDK for handling 429 or other error codes?