mozilla / jira-bugzilla-integration

Jira Bugzilla Integration (JBI) - system to sync bugs and issues
Mozilla Public License 2.0
8 stars 22 forks source link

Adding retry process for dead letter queue #924

Closed alexcottner closed 2 months ago

alexcottner commented 3 months ago

Built on top of #918 .

This adds the retry process and associated unit tests to reprocess failed events from the Dead Letter Queue. Added unit tests for scenarios outlined in ADR.

leplatrem commented 3 months ago

Most of my comments are nitpicks 😊

I think there's a way to do something slightly more elegant when it comes to mocking responses of the queue. But I don't put my veto if we want to ship this. We can always refactor in follow-ups if we want to hit our milestone this week 😉