02. Orchestrator-Worker Pattern

Chapter 2 of 24 · 15 min
EXERCISE

Design an orchestrator for a content moderation system. Tasks include image analysis (classify inappropriate content), text analysis (detect policy violations), and notification dispatch (alert human reviewers). Specify the task graph, dependency relationships, and how the orchestrator handles cases where image and text analysis disagree. (12 minutes)