Skip to main content

Ops Console — how this works

In the app: /ops

How it works

Every row is a real failure this app couldn't silently drop — any unexpected error anywhere that reaches handleAndDeadLetter() lands here, regardless of which module it came from. Acknowledging a row doesn't replay the original operation automatically.

Data source

src/lib/errors/deadLetterRepo.ts.

Troubleshooting

A dead letter you can't explain? Its source field names the originating module/route — go there to understand what failed before acknowledging it away.

Who can see this: admin