Back

Is there a way to reset my Rate limit?

  • 0
  • Accounts
  • Cloud
Mosh Ontong
1 Oct, 2023, 05:58

I am in rate limit because I always requesting a sms token.

TL;DR
Is it possible to reset the rate limit? You can mirror changes from a source to a destination using Functions and events with Functions. If you want to run the same project as on the cloud locally, you can set it up on your machine. Self-hosting the same version of Appwrite as the cloud version is possible. You can disable rate limits on a local instance of Appwrite. If you're experiencing rate limits while developing, you'll have to wait.
Drake
1 Oct, 2023, 06:37

You'll have to wait

leonardorick
9 Oct, 2023, 19:30

How can I properly develop a system if I can't call the login API multiple times while I do it? There should be a way to disable temporarly it for localhost or something like that!

Drake
9 Oct, 2023, 19:50

Feel free to 👍🏼 https://github.com/appwrite/appwrite/issues/2953. You're also welcome to self-host a local instance of Appwrite where you can disable rate limits

leonardorick
10 Oct, 2023, 11:19

@Steven is that possible to self host the same version of the appwrite I have on appwrite cloud? So I can sometimes call it from local and once its done use the cloud version

darShan
10 Oct, 2023, 11:23

Updates to Cloud take time due to stability checks & will always be a few days/weeks behind actual releases. You can test newer versions or the same version as cloud if self hosting.

D5
10 Oct, 2023, 18:02

Of course, you can even use versions that are not in cloud yet as darShan said

leonardorick
11 Oct, 2023, 08:47

@darShan @D5 thanks for answering. When I said "version" I meant the same project I have on https://cloud.appwrite.io/console/, to run it locally in my machine (localhost). If that's possible, can you please provide me some useful links on how to set this up? Thanks!

D5
11 Oct, 2023, 09:02

You will need to migrate it if you want to have it there

darShan
11 Oct, 2023, 09:10

aahh okay. One thing you could do is to mirror all changes from a source to another destination via Functions. Use 'events' with Functions to perform CRUD ops. on the destination.

Reply

Reply to this thread by joining our Discord

Reply on Discord

Need support?

Join our Discord

Get community support by joining our Discord server.

Join Discord

Get premium support

Join Appwrite Pro and get email support from our team.

Learn more