Question

App Platform adjusting gateway timeout

Hello, I have a digital ocean app platform docker container deployed with Django and Gunicorn. Currently, I am experiencing 504 timeouts when uploading large files. I was having a similar issue when I was using a single droplet with nginx, and I was able to increase the timeout on the nginx file. Is there a way to view and edit the gateway configuration for app platform? I assume there is an additional gateway server, as the container has neither nginx nor apache on it. Thank you, Noah


Submit an answer
Answer a question...

This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

Sign In or Sign Up to Answer

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

Jon Friesen
DigitalOcean Employee
DigitalOcean Employee badge
September 6, 2022

👋 @nstephenh

App Platform has a 100MB upload limit. We recommend that they use chunked/multipart uploads for large files.