Render doesn’t enforce a timeout at our proxy. I verified this by testing a response that was successful after 40 seconds. It looks like you are using gunicorn in your start command, it is possible that gunicorn is timing out while the app is waiting for the APIs to respond. You could try increasing the timeout in your command with this flag Settings — Gunicorn 20.1.0 documentation and see if that helps.
3 Likes