-
-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Per the airtable API docs:
RATE LIMITS
The API is limited to 5 requests per second per base. If you exceed this rate, you will receive a 429 status code and will need to wait 30 seconds before subsequent requests will succeed.
The official JavaScript client has built-in retry logic.
If you anticipate a higher read volume, we recommend using a caching proxy. This rate limit is the same for all plans and increased limits are not currently available.
Possibly related, but possibly unrelated, I've been seeing occasional Error: The read operation timed out
in my GitHub Actions airtable backup jobs.
I don't know if there is already internal retry logic and we're just blowing past the retry count or if we're running into something not currently contemplated by the code.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request