You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
where /var/task/vc__handler__python.py refers to vc_init.py.
The only fix we found is redeploying our project on Vercel to create a new deployment, but this is only temporary, and the issue resurfaces every now and then, especially when traffic is high.
Any thoughts on what might be the root cause?
The text was updated successfully, but these errors were encountered:
Hello,
My team has a Python ASGI application (specifically FastAPI) deployed on Vercel Serverless Functions which uses AWS Lambda internally. Vercel's Python Runtime for ASGI is based on Mangum as noted in vercel/vercel/packages/python/vc_init.py:173-175 with a very similar runner system of running the ASGI app instance as
mangum.protocols.HTTPCycle.__call__
.The API works great most of the time but sporadically encounters a runtime issue causing requests to fail every now and then.
where
/var/task/vc__handler__python.py
refers to vc_init.py.The only fix we found is redeploying our project on Vercel to create a new deployment, but this is only temporary, and the issue resurfaces every now and then, especially when traffic is high.
Any thoughts on what might be the root cause?
The text was updated successfully, but these errors were encountered: