Lecture 09 - Workers, Queues, and Failure Isolation
In this lecture, we introduce a dedicated background worker and queue-based communication so asynchronous tasks are decoupled from synchronous request handling. Students focus on request-path responsiveness, worker isolation, and queue backlog behavior during worker downtime.