Migration from uvicorn to Granian (Python) #294
Unanswered
itsmeadarsh2008
asked this question in
Q&A
Replies: 1 comment
-
This would require more information, as I'm not sure why you need a singleton and use uvicorn configuration to manage application-related code. If you're looking into a way to run Granian in a thread using a single worker, you can check #209. But again, I'm not sure what's the use-case here. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Here is the code snippet. There is no certain documentation of how we could implement it programmatically.
The main point is to replace uvicorn and speed up the performance. You could give related snippets of code or classes available to figure it out. (I'll be thankful for that)
Beta Was this translation helpful? Give feedback.
All reactions