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
- Worker functions stuck on "Fetched 0 fun...
Appwrite Version: 1.9.0 Bug Description: The appwrite-worker-functions container gets stuck in an infinite loop logging "Fetched 0 functions..." while scheduled...
- I am using s3 for app storage but is it ...
_APP_STORAGE_DEVICE=s3 puts everything to the s3 storage but i need to be able to keep the function builds and site in the local and not waste the cloud storage...
- Local Serverless Function Testing: Are D...
I have followed the instructions to get the CLI working, and have been able to log-in, initialize my project, and created a simple Python function, which calls ...