Replies: 1 comment 1 reply
-
This is async 101. And next time, open a discussion instead of reporting a bug when you're asking for help on how to use the scheduler. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Things to check first
I have checked that my issue does not already have a solution in the FAQ
I have searched the existing issues and didn't find my bug already reported there
I have checked that my bug is still present in the latest release
Version
3.10.4
What happened?
I'm not familiar with asyncio, When I use AsyncIOScheduler in FastAPI to perform time-consuming IO operations, I block other asyncio tasks as well as the fastapi interface
How can we reproduce the bug?
Beta Was this translation helpful? Give feedback.
All reactions