In the documentation it mentions that if you hit a rate limit you’ll get a 429 response from the API and that the python package will handle this with retry logic depending on your configuration.
I can’t find where that configuration is located or documentation relating to it, can someone point me in that direction? I’m using this to pull historical data for modeling and right now it’s a bit slow to get so want to spin up parallel processes but don’t want to hit issues with the rate limit without knowing how it’ll be handled.
For reference the documentation where I see the mention of retry configuration is here: Alpaca Support - Is there a usage limit for the number of API calls per second?
Any help appreciated!