simple-login / app

The SimpleLogin back-end and web app
https://simplelogin.io
GNU Affero General Public License v3.0
5.04k stars 421 forks source link

chore: add retry counter to event #2159

Closed cquintana92 closed 2 months ago

cquintana92 commented 2 months ago

This PR adds a retry_count attribute to SyncEvent so we can keep track of how many times has the event been retried, and can apply a logic to the dead_letter service so after N retries it stops retrying.