flightstats/hub

Persist webhook delivery attempts to Zookeeper

Opened this issue · 1 comments

Exide commented

Currently the number of delivery attempts is stored in memory, which means its lost if the webhook leadership is changed for any reason prior to hitting maxAttempts.

Exide commented

We might be able to store this along with the inFlight data. See the WebhookContentPathSet class.