Closed andreibosco closed 2 years ago
This issue is only happening on Digital Ocean App Platform. Gen-MLT was deployed successfully on Kubernetes Cluster.
Got in touch with Digital Ocean Support, and they have suggested the following:
This is a known issue with Gunicorn running in Docker in general.
The fix is to configure gunicorn to use a different location for its temp files by passing this option to the run command:
gunicorn --worker-tmp-dir /dev/shm project.wsgi
Looks like the fix provided by Digital Ocean Support was effective. Dockerfile (deployment) and docker-compose.yml (development) were updated accordingly.
Deployment on Digital Ocean App Platform is failing, with gunicorn returning the following message: