From 250d9485bfbbb3fabb64585618f8933ae0df83fe Mon Sep 17 00:00:00 2001 From: Chuck Findlay Date: Thu, 23 May 2024 21:07:13 -0300 Subject: [PATCH] note on future plans to add retry queuing logic to webhooks --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3a5a2e5..80a57b5 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ In the future I plan to: - [x] Allow for things to "subscribe" to webhooks, so they can receive a webhook from wmb on something like a message in a channel for example - [ ] Finish up documentation for this feature (ie, schema etc) - [ ] Finish writing tests for this feature + - [ ] Add in the ability to queue and retry failed messages - [ ] Create some more types of events that can be sent to IRC (ie, kick, ban, mode, topic, etc) - [ ] Get test code coverage up to 80% or higher