Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Airtable API Rate Limit #7

Open
kevinuulong opened this issue Oct 29, 2021 · 1 comment
Open

Airtable API Rate Limit #7

kevinuulong opened this issue Oct 29, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@kevinuulong
Copy link
Owner

The Airtable API rate limit is limited to 5 req/s. While I have not yet run into issues with it, any attempt to use this at scale will cause issues.

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.
Airtable API Docs

Eventually I hope to migrate away from Airtable at least for auth if not everything.

Further research into alternatives is under way and this issue is to keep track of that.

@kevinuulong kevinuulong added the enhancement New feature or request label Oct 29, 2021
@kevinuulong
Copy link
Owner Author

A couple potentially useful resources:

Astra
Firebase
PlanetScale
CockroachDB Serverless
Deta Base

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant