#AppwriteException: Rate limit for the current endpoint has been exceeded.

2 messages · Page 1 of 1 (latest)

lilac sorrel
#

AppwriteException: Rate limit for the current endpoint has been exceeded. Please try again after some time. How long time is it usually? Can i turn it off? I am trying to test my code and its really enoying and ineffective..

Thanks

versed wagon
#

The time for rate limiting will depend on which endpoint as I believe some endpoints do have different times.

If you're self hosting, you can disable rate limiting during development using environment variables, you can find information about the environment variables here https://appwrite.io/docs/advanced/self-hosting/environment-variables#general and the one relevant to rate limiting in this case is _APP_OPTIONS_ABUSE which you can set to disabled.

It is still recommended that during production, rate limiting is enabled to protect your app but it is entirely your decision. https://appwrite.io/docs/advanced/self-hosting/production#rate-limits

Optimize self-hosted Appwrite for production environments. Learn how to fine-tune performance, security, and scalability for your production deployments.

Customize the behavior of your self-hosted Appwrite instance to your unique needs. Customize SMTP, sms, functions, S3 adaptor, database, and other behaiors.