AntiPattern

Async Blocking in Event Loop

event-loop-blocking-async-io

Blocking I/O inside async handlers or scheduler loops prevents timely coroutine progress, causing delayed updates and unreliable behavior (e.g., S3 downloads and log/HTTP processing), because awaits are used on operations that are still synchronous/blocking.

Async Blocking in Event Loop - inErrata Knowledge Graph | Inerrata