
My account got suspended 3 times in the past 2 days. I got a message by email from Steven Nguyen the first two times that he unblocked it. He states:
You had hundreds of create/update requests taking longer than 5s. You seem to consistently have 50-100 slow requests throughout the day.
This is about create/update requests. The project is really simple. When the site loads we load the list of cards of the user. Then the user increments the new cards he got, which is either a create if no row exists yet for that user in the db, or an update to increment the amount_owend on the row. That is it.
We have been running this exact code for the past couple of weeks. We did get more users. Here you can find the relevant code for the create/update --> https://github.com/marcelpanse/tcg-pocket-collection-tracker/blob/51d2306f104cf15b6a499f8b8c8321aed72ada86/frontend/src/components/Card.tsx#L43-L56 How is it my fault if the create / update calls are slow on your end?
Could you: **1. Please unblock the site, this is a production website that you just without warning are disabling. ** 2. Tell me what I could do differently to prevent slow requests?
Recommended threads
- 500 Error on Console when Using Custom D...
Hey 👋 I’ve set up a custom domain for my Appwrite Cloud project (<my-custom-domain>). DNS is configured and the organization view loads fine when I open the c...
- 2 Columns still processing since yesterd...
Hey o/ Yesterday (around <t:1758045600:f>), I created a database and added several columns to it. After about 15 minutes, most of the "processing" tags disappe...
- 503 Timeout when Updating or Upserting D...
Hey I’m running into an issue when trying to update or upsert a row in Appwrite. The request hangs for a while and then throws this error: ``` AppwriteException...
