Concurrency issues with Gunicorn + firebase + kubernetes in gcp

0

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.

    
asked by Jhon 13.10.2018 в 18:11
source

0 answers