feat(webhooks): implement automatic retries for failed webhook deliveries using scheduler (#3842)

This commit is contained in:
Sanchith Hegde
2024-03-04 12:01:02 +05:30
committed by GitHub
parent fee0663d66
commit 5bb67c7dcc
27 changed files with 965 additions and 215 deletions

View File

@ -1,5 +1,6 @@
#[cfg(feature = "email")]
pub mod api_key_expiry;
pub mod outgoing_webhook_retry;
pub mod payment_sync;
pub mod refund_router;
pub mod tokenized_data;