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
- MongoDb Database Breaks integer[] & bigi...
I've got a table with the below column created. When I try to insert the value `[-3408048000]` into it, the dart sdk cloud function call is successful (no error...
- Missing Invoice
Hi! I need help with billing on my account (marelu@gmail.com). I have never received a single invoice by email. My organization has been on the Pro plan since...
- Appwrite Functions cold start
Hello. I'm seeing really long cold starts on Appwrite Cloud Functions and wanted to know if this is expected. My function just authenticates the user, fetches ...