queuedash icon indicating copy to clipboard operation
queuedash copied to clipboard

A stunning, sleek dashboard for Bull, BullMQ, and Bee-Queue

Results 7 queuedash issues
Sort by recently updated
recently updated
newest added

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?

![image](https://github.com/user-attachments/assets/1904226b-389c-4c6a-a345-99b6f1e721ec) 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: ![Image](https://github.com/user-attachments/assets/3504d2e8-2f65-42ab-acf4-c195b6512567) 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":...

## 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....