UNPKG

250 BMarkdownView Raw
1- There may be one or more long running synchronous operations blocking the thread
2- Mitigate: Implement HTTP 503 event-loop protection
3- Diagnose: Use `clinic flame` to discover CPU intensive function calls – run `clinic flame -h` to get started.