Keep failed outbox events retryable
This commit is contained in:
parent
a0f39f58bd
commit
0b6a57dc6c
3 changed files with 23 additions and 1 deletions
|
|
@ -221,3 +221,11 @@ fails closed when its dedicated token is absent. Tests assert that the two
|
|||
Authorization headers differ. The full suite passes 132 tests with three
|
||||
external-provider skips. Production rollout still waits on governed delivery
|
||||
of both scoped credentials.
|
||||
|
||||
2026-08-14 live retry finding: the PostgreSQL adapter excluded every row with
|
||||
`failed_at` set, while the in-memory contract correctly retains failures until
|
||||
`dead_lettered_at`. A first receiver error therefore required manual replay
|
||||
instead of receiving the documented bounded automatic retry. The query now
|
||||
selects every undelivered, non-dead-letter event; regression coverage checks
|
||||
that failed rows are not filtered out. The full suite passes 133 tests with
|
||||
three external-provider skips.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue