aboutsummaryrefslogtreecommitdiff
path: root/weed/notification/webhook
AgeCommit message (Collapse)AuthorFilesLines
2025-07-15[Notifications] Improving webhook notifications (#6965)Ibrahim Konsowa7-40/+1223
* worker setup * fix tests * start worker * graceful worker drain * retry queue * migrate queue to watermill * adding filters and improvements * add the event type to the webhook message * eliminating redundant JSON serialization * resolve review comments * trigger actions * fix tests * typo fixes * read max_backoff_seconds from config * add more context to the dead letter * close the http response on errors * drain the http response body in case not empty * eliminate exported typesπ
2025-07-10[Notifications] Support webhook notifications (#6962)Ibrahim Konsowa3-0/+274
Add webhook notification support