queuedash
queuedash copied to clipboard
A stunning, sleek dashboard for Bull, BullMQ, and Bee-Queue
I have the following setup: ```ts // pages/system/queue/[[...slug]].tsx import { QueueDashApp } from "@queuedash/ui"; function QueueDashPages() { return ( ); }; export default QueueDashPages; ``` ```ts // pages/api/system/queue/[trpc].ts import {...
Hello, It seems like we have to define the queues, there's no way the library can search for all queues in redis and just display them?
 Really simple and objective pull request. It solves https://github.com/alexbudure/queuedash/issues/46
First of all: congratulations in this EXCELENT PACKAGE! I would like to suggest metrics like laravel horizon, with jobs last hour and etc, like this image:  Will be really...
Using default configuration from examples folder - https://github.com/alexbudure/queuedash/tree/main/examples/with-elysia-and-bun, (tested both bullmq, bull) Page loads, but trpc returns error ### Info * Request (Copied as fetch) ```javascript await fetch("http://localhost:3000/queuedash/trpc/queue.list?batch=1&input=%7B%7D", { "credentials":...
like this feature
## Description Hello š Iām currently trying to integrate queuedash with **Next.js 15.3 App Router**, but Iām facing several issues that make it impossible to use in a modern setup....