xataio/pgstream

Add support for webhook notification retries

Open

#67 opened on 2024年9月2日

GitHub で見る
 (1 comment) (3 reactions) (0 assignees)Go (66 forks)auto 404
enhancementgood first issue

Repository metrics

Stars
 (1,151 stars)
PR merge metrics
 (PR metrics pending)

説明

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.

コントリビューターガイド