An optional object used to instatiate AsyncAirtable
{ "retryOnRateLimit": true, "maxRetry": 60000, "retryTimeout": 5000 }
The maxmium amount of time before the library will stop retrying and timeout when rate limited
This decides whether or not the library will handle retrying a request when rate limited
The starting timeout for the retry. This will get 50% larger with each try until you hit the maxRetry amount
Generated using TypeDoc
An optional object used to instatiate AsyncAirtable
{ "retryOnRateLimit": true, "maxRetry": 60000, "retryTimeout": 5000 }