refactor: replace metrics with console.log, remove HMAC

Statuspage doesn't support HMAC signatures - removed all HMAC code.
Replaced KV-based metrics with simple console.log for CF Workers logs.
Queue consumer logs batch summary (sent/failed/retried/removed).
This commit is contained in:
2026-04-09 00:52:41 +07:00
parent d78e761731
commit 392fecf350
8 changed files with 3 additions and 127 deletions

View File

@@ -13,7 +13,6 @@ Hosted on [Cloudflare Workers](https://workers.cloudflare.com/) with KV for stor
- **Supergroup topic support** — send `/start` in a specific topic and notifications go to that topic
- **On-demand status check** — `/status` fetches live data from status.claude.com
- **Automatic status monitoring** — cron checks every 5 minutes as a safety net
- **Metrics dashboard** — track webhooks, messages, cron checks via `/metrics` endpoint
- **Self-healing** — automatically removes subscribers who block the bot
## Bot Commands