Commit Graph

4 Commits

Author SHA1 Message Date
Jarvis
b7393502cc feat(cron): add BullMQ backend with UI
- BullMQ-backed cron scheduling (Redis persistence, stall detection, retries)
- New /ui/cron/ Lit-based management UI
- Configurable via cron.redisUrl, cron.workerConcurrency, etc.
- Falls back to timer-based if CLAWDBOT_CRON_BACKEND=timer
- Redis auth support (username/password from URL)
- Fixed race condition in start() by copying jobs array
- Fixed silent failure when job disappears during execution
2026-01-28 17:21:04 +00:00
Peter Steinberger
baf20af17f web: add heartbeat and bounded reconnect tuning 2025-11-26 02:34:43 +01:00
Peter Steinberger
f88b3ceb7a Update deps to latest and align tests 2025-11-24 17:33:59 +01:00
Peter Steinberger
16dfc1a5b9 Add warelay CLI with Twilio webhook support 2025-11-24 11:23:15 +01:00