Im using potsman as performance test with 100 virtual users that executes a simple cloud function for 1 minute. Result:
11/3480 excution throws a
Error 400 Excution error : Server error Type general_argument_invaild
Why is this error happens ?
something is wrong with your request. look at the response body
The respone body is an html code
oh..wait..maybe it's your function throwing the 400 error?
No i tried also with a starter function (hello world)
15/2470 executions throws the error.
If the method is post and the users are above 50 in the postman performance test, it throws this error.
The performance test is a 1 minute long
What's your project id?
shabakati
There is nothing much in the project I'm using it for testing and experimenting you will find a two functions
One is the default (hello world), named: Starter function.
Is the problem from my internet or something when sending the requests? because all the executions are completed
Although some of them returns code 400 as mentioned above.
The project ID is : shabakati
??
Maybe it's a load problem... Not sure. It's really odd it's a 400 error
Recommended threads
- My account is blocked so please check an...
My account is blocked so please unblock my account because all the apps are closed due to which it is causing a lot of problems
- Applying free credits on Github Student ...
So this post is kind of related to my old post where i was charged 15usd by mistake. This happens when you are trying to apply free credits you got from somewh...
- Attributes Confusion
```import 'package:appwrite/models.dart'; class OrdersModel { String id, email, name, phone, status, user_id, address; int discount, total, created_at; L...