xataio/pgstream

Add support for webhook notification retries

Open

#67 geöffnet am 2. Sept. 2024

Auf GitHub ansehen
 (1 Kommentar) (3 Reaktionen) (0 zugewiesene Personen)Go (66 Forks)auto 404
enhancementgood first issue

Repository-Metriken

Stars
 (1.151 Stars)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

Currently when a request sent by the webhook notifier to the registered webhook server URL fails, we log an error and continue with the processing. We should add a configurable retry strategy to ensure the events are retried in case of temporary server unavailability / transient errors to ensure at least once delivery.

Contributor Guide