posthog icon indicating copy to clipboard operation
posthog copied to clipboard

Implement a system for dead letter queue consumption

Open yakkomajuri opened this issue 2 years ago • 0 comments

We need to have a way to consume from the dead letter queue while maximizing for correctness after a full outage.

Changes required:

  • [ ] Implement a mechanism to pipe dead letter queue events back through the /capture endpoint
  • [ ] Implement a mechanism for determining when we’ve had a full outage and should prioritize dead letter queue events over new events
  • [ ] Implement a configurable consumer from the dead letter queue

yakkomajuri avatar Mar 22 '22 14:03 yakkomajuri