For platform admins

System

Worker DLQ

Failed BullMQ jobs surface here. Retry, discard, view stack trace.

/admin/jobs lists every failed job in the worker's dead-letter queue. Filter by queue, error pattern, age. Click any row to expand the stack trace; Retry re-enqueues the job, Discard drops it.

  • Bulk operations (retry-all, discard-by-pattern) on the roadmap — useful during incidents.
  • Cron-driven verifier jobs (custom-domain, status-poll, content-i18n) all flow through the same DLQ.
  • Notification-fanout failures land here too.