What is Dead Letter Queue?
Dead Letter Queue (DLQ) is a secondary message queue where a scraping pipeline routes failed jobs, unparseable payloads, and exhausted retries. Instead of silently dropping records when a target site changes its DOM or an API returns malformed JSON, the pipeline isolates the failure. It's the safety net that ensures data loss is explicit, measurable, and recoverable once the underlying extraction logic is patched.