CancelledError
being raised when starting app in Argo CD
#2495
-
I have a FastAPI app that uses
(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 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
@ishaan-mehta do you have a minimal reproducible example? or if you just have a paste of your whole app I can try to repro? cc @Wurstnase @hunter2009pf if you have an MRE or can share your code |
Beta Was this translation helpful? Give feedback.
Sorry, I could not remember my problem anymore. I think it was something with pytest_asyncio/playwright and uvicorn. But I solved it somehow.