Beside removing --reload and adding
if sys.platform.lower().startswith("win"):
asyncio.set_event_loop_policy(asyncio.WindowsSelectorEventLoopPolicy())
If you have something like --workers 4 you should remove it too and think of some other way for multi-worker 😬