Tags: gowthamgts/mailrelay
Tags
feat: enhance webhook retry configuration and UI - Added timeout and retry_on_timeout options to the webhook retry configuration in both development and example YAML files. - Updated the README to document the new retry configuration options. - Enhanced the webhook dispatcher to support per-webhook timeout and retry settings, allowing for more granular control over webhook delivery. - Implemented UI changes to allow users to set per-webhook overrides for timeout and retry settings in the rules management interface. - Added functionality to test webhook connectivity directly from the UI, providing immediate feedback on webhook URL reachability.