Open dineshkumar181094 opened 3 years ago
There are issues with running gunicorn servers in Kubernetes as we limit the number of cores and memory. Always seeing worker timeout issues on when deployed on kubernetes People usually use Nginx or some other ingress controller as webserver so, gunicron is not required. We can add it as docker-compose if people want to deploy it on any computing machine.
[ ] I'm submitting a template app
[X ] I'm submitting a platform