I am currently developing an API in Python 3 with Django that is mounted on Kubernetes in Google cloud, using asynchronous workers with gunicorn (Gevent).
The problem is that I have a Post method which makes a validation to firebase to search for a specific user, when it performed load tests (only 10 concurrent users) I see a degeneration in the response times, the weird thing is that this does not it happens to me locally, only in the ambiebte of Google cloud.
PS: for the firebase management I'm using the Python library called firebase_admin.