I am having a Fast API app deployed on render. It has an endpoint which does web scrapping which works great on local server but on render it just makes uvicorn to shutdown.
Mar 2 07:31:14 PM INFO: 5.61.121.100:0 - “GET /docs HTTP/1.1” 200 OK
Mar 2 07:31:14 PM INFO: 5.61.121.100:0 - “GET /openapi.json HTTP/1.1” 200 OK
Mar 2 07:31:14 PM INFO: Shutting down
Do I need to do things differently?