Hi guys,
I tested the cloud function which will have the most requests at one time and I tested it via k6 benchmark test I created 100 virtual users and a test duration of 30s
so I think there are some limitations somewhere because I have a lot of failed executions, because of a timeout...
in my k6 test there are 34 executions complete and 83 failed executions - there must something be wrong in the settings - pls help - Thanks
Recommended threads
- Weird permission failure
when creating an account I use following methods: ``` Future<void> register(String email, String password, String username) async { final user = await accoun...
- Flutter Android oAuth is no more working
I currently don't get the oAuth login to work in flutter android. it works on ios and on web. but when try to use it on Android, i get to the point where the ca...
- Function domain not available
Hello, even tho in docs you clearly describe that every function has its domain, I can not see it anywhere in any of my projects. How do I reveal the url of th...