replayDeadLetters

suspend fun replayDeadLetters(limit: Int = 500): Int

Move up to limit DLQ rows back into the live queue, with attempt_count reset to zero. Useful after a backend fix.

Return

The number of events actually re-queued.