Watch your Celery queue breathe —
on your own glass.
Free, open-source, self-hosted Celery monitoring. Reads the events your workers already emit — no agent, no SDK, nothing leaves your network. Rust-fast, runs on a 2GB box, scales to millions of tasks.
Everything Celery already emits, finally readable. One binary, one dashboard — here’s what it does.
Ten condition types, routed to where your team already is. Cooldowns kill alert storms; delivery logs prove which channel actually got paged.
A Rust API reads broker events and writes to ClickHouse. Postgres holds config; Redis tracks live state. Four services, one job each — everything runs beside your app.
┌────────────────┐ ┌────────────────┐ ┌─────────────────────┐ ┌──────────────┐
│ celery workers │ ──▶ │ broker │ ──▶ │ feloxi api │ ──▶ │ next.js ui │
│ (your app) │ │ redis / rmq │ │ rust · axum :8080 │ │ :3000 ws │
└────────────────┘ └────────────────┘ └──────────┬──────────┘ └──────────────┘
emit events already │ reads + writes
┌────────────────┼────────────────┐
▼ ▼ ▼
┌────────────┐ ┌────────────┐ ┌────────────┐
│ clickhouse │ │ postgres │ │ redis │
│ events │ │ config │ │ live state │
└────────────┘ └────────────┘ └────────────┘Feloxi reads the events your workers already emit and stays inside your perimeter. Nothing is shipped to a vendor. The closed-SaaS box outside the line is where everyone else sends your task metadata — and where the $20+/seat bill comes from.
┌──────── YOUR INFRA — nothing crosses this line ────────┐│ ││ ┌──────────────┐ ┌────────┐ ┌────────────┐ ││ │ your workers │ ───▶ │ broker │ ───▶ │ feloxi │ ││ │ (celery) │ │ redis │ │ dashboard │ ││ └──────────────┘ └────────┘ └─────┬──────┘ ││ emit events already reads, stores │ ││ in your db ◀───┘ ││ │└────────────────────────────────────────────────────────┘╎╎ (blocked)✗x vendor cloud (closed SaaS · $20+/seat)
Same binary, three paths. Runs on a 2 GB box, scales to Kubernetes.
- [x]multi-broker
- [x]celery beat tracking
- [x]workflow DAGs
- [x]prometheus /metrics
- [x]slack · pagerduty · webhook · email
- [~]alert-management overhaul
- [~]OAuth per channel
- [~]end-to-end alert encryption
- [ ]SLA tracking
- [ ]custom dashboards
- [ ]BYOK AI summaries
- [ ]distributed tracing
- [ ]audit logs
Free forever. The day a hosted tier ships, the self-hosted build stays at feature parity. The license never changes; the repo never goes private.