Quiz 15 Question 15 of 20

An agent workflow has an escalation path that creates a GitHub Issue and assigns it to the on-call engineer when it encounters a problem it cannot resolve autonomously. After implementing this system, the team discovers that 23% of escalation issues are never acknowledged or closed — the on-call engineer receives no notification because the Issue assignment notification emails are going to spam. The unacknowledged issues accumulate while the agent continues creating new ones. Which design change MOST appropriately implements a dead-letter handler for this escalation pattern?

Select an answer to reveal the explanation.

Motivation