interledger / rafiki

An open-source, comprehensive Interledger service for wallet providers, enabling them to provide Interledger functionality to their users.
https://rafiki.dev/
Apache License 2.0
226 stars 77 forks source link

Update Webhook Documentation (config, retries) #2761

Closed mkurapov closed 2 weeks ago

mkurapov commented 3 weeks ago

Context

After starting to work on:

we came to the conclusion that it is better to keep the current behaviour as is: we will keep retrying webhooks until we receive a 200 status. We should not be adding in different retry logic that might lead to unexpected behaviour from the perspective of the ASE. That being said, we do not have documentation surrounding how webhook retries occur, and why.

Todos