"You have reacher concurrent request limit. Your limit is 100"

Whenever we post even just one object to our database, this error happens.

We have turned all timers off. When they are off, there is no concurrent event issue. But as as soon as I write or update one object to the database using REST, we get 100 concurrent requests. We are checking logs and have disabled event handlers. There are no runnaway loops in our opinion

Whenever we use a REST block, even if I use the Cloudcode API key, it errors. I even tried a new key. If I use the cloudcode block, it does not error.

We are able to POST with the console via these API keys.

Solved by @stanislaw.grin :pray:

1 Like