CancelledError
being raised when starting app in Argo CD
#2495
Unanswered
ishaan-mehta
asked this question in
Potential Issue
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a FastAPI app that uses
uvicorn
, and when I run locally with Docker oncolima
, I never encounter this error, but when I run that same app in Argo CD, I keep seeing the following error and the app immediately shuts down:(This is transient, however — very rarely, the app does manage to get past this and start without issue.)
As far as I can tell, this error is never supposed to actually surface to the user. How can I solve this? Is this an issue with
uvicorn
? An issue withstarlette
? (I am not using Ctrl-C or interacting with the app at all, which I have seen suggested on similar discussions online.)Beta Was this translation helpful? Give feedback.
All reactions