
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
- Account Deletion is not working
Hey There, i am trying to trigger a function with a swift ui button. The function ist to delete the currently active user with the userID, so that the account i...
- OAuth2 Giving 404
I am trying to implement oauth2 with Google, but it keeps giving this weird 404 error.
- Cors blocked
Soo everything was normal was working all good and then kaboom cors blocked me panic mode So checked YouTube appwrite blocked cors video didn't help Nothing h...
