flyingjoe
flyingjoe
If you're using an ELB in front of your instance, it might be the Load Balancer closing the connection (default timeout is 60s) https://aws.amazon.com/de/blogs/aws/elb-idle-timeout-control/
It would probably be helpful if you could tell us more about your setup (platform etc.). I saw really slow requests when running the amd64 Image on arm64.
This should be resolved once #118 is merged - we're using flyingjoe/uvicorn-gunicorn-fastapi:python3.9 in the meantime since the amd64 version was too slow.
I'm also interested in this. I am currently using martin with postgis to create vector tiles. As I would like to decrease load on the database, I'd like to use...