Durabull
Durabull gives your team one clean command surface to inspect queues, recover failed jobs, and keep distributed workers healthy without digging through Redis internals.
Install / Use
/learn @durabullhq/DurabullREADME
Project
Durabull is an open-source BullMQ operations platform built for teams that need visibility and control over background jobs.
- Queue and job visibility across multiple Redis connections
- Worker and scheduler diagnostics
- Redis key exploration tailored for BullMQ patterns
- Local-first development with Bun + TypeScript in a monorepo
Run locally
Prerequisites
- Bun
1.3+ - Redis (local or remote)
Fastest path (authless)
bun install
bun run dev:authless
Open:
- Web:
http://localhost:5173 - API:
http://localhost:3001/api
dev:authlessis for local/private environments. Do not expose authless mode directly to the public internet.
Full local stack (Postgres + Redis + seeded data)
bun docker
bun docker:seed
bun run dev
Helpful links
- Docs home:
https://durabull.io/documentation - Local development:
/documentation/getting-started/local-development - Installation:
/documentation/self-hosting/installation - Environment variables:
/documentation/getting-started/environment-variables - HTTP API reference:
/documentation/reference/http-api
Useful repo guides
- Desktop build and release guide:
apps/desktop/README.md - Authentication package:
packages/auth/README.md - Fleet demo workload:
packages/fleet-demo-workload/README.md - Example environment config:
.env.example
Monorepo at a glance
apps/api- Bun + Hono APIapps/web- React dashboard appapps/docs- Next.js documentation sitepackages/*- shared auth, DAL, analytics, utilities, and demo workload packages
License
Elastic License 2.0 (ELv2). See LICENSE.
Related Skills
JavaGuide
154.7kJava 面试 & 后端通用面试指南,覆盖计算机基础、数据库、分布式、高并发、系统设计与 AI 应用开发
genai-toolbox
13.9kMCP Toolbox for Databases is an open source MCP server for databases.
AgentChat
601AgentChat 是一个基于 LLM 的智能体交流平台,内置默认 Agent 并支持用户自定义 Agent。通过多轮对话和任务协作,Agent 可以理解并协助完成复杂任务。项目集成 LangChain、Function Call、MCP 协议、RAG、Memory、Milvus 和 ElasticSearch 等技术,实现高效的知识检索与工具调用,使用 FastAPI 构建高性能后端服务。
next
A beautifully designed, floating Pomodoro timer that respects your workspace.
