Documentation Index
Fetch the complete documentation index at: https://docs.oktolabs.ai/llms.txt
Use this file to discover all available pages before exploring further.
Dead-letter queue
You can use the dead-letter queue to inspect consolidation work that failed too many times. A dead-letter item is not a reason to delete graph files; it is a repair queue.What the dead-letter queue is
When consolidation cannot process an entry after its retry limit, Pulse moves it to the DLQ with error details and source metadata.Inspecting failed items
Reprocessing
After fixing the cause, requeue items:okto_pulse_kg_health again.
Common causes and fixes
| Cause | Fix |
|---|---|
| Schema drift | Run okto_pulse_kg_migrate_schema. |
| Bad candidate edge | Correct the producer and reprocess. |
| Temporary graph lock | Reprocess after the active writer completes. |
| Missing artifact | Restore or skip the missing source with an audit note. |