[PR #437] [MERGED] Feat/purge redis queues #467

Closed
opened 2026-03-03 11:30:07 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/dflow-sh/dflow/pull/437
Author: @manikanta9176
Created: 9/8/2025
Status: Merged
Merged: 9/8/2025
Merged by: @manikanta9176

Base: mainHead: feat/purge-redis-queues


📝 Commits (2)

  • 7b9f7ee feat(queues): add BullMQ queue management to server dashboard
  • 7339f15 fix(bullmq): correct server-specific queue operations and resource management

📊 Changes

10 files changed (+840 additions, -6 deletions)

View changed files

src/actions/bullmq/index.ts (+81 -0)
src/actions/bullmq/validator.ts (+15 -0)
📝 src/app/(frontend)/(dashboard)/[organisation]/servers/[id]/layout.client.tsx (+7 -5)
📝 src/app/(frontend)/(dashboard)/[organisation]/servers/[id]/page.tsx (+9 -1)
src/components/servers/ServerQueuesTab.tsx (+575 -0)
src/lib/bullmq/index.ts (+11 -0)
src/lib/bullmq/queues.ts (+110 -0)
src/lib/bullmq/redis.ts (+11 -0)
src/lib/bullmq/workers.ts (+20 -0)
📝 src/lib/searchParams.tsx (+1 -0)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/dflow-sh/dflow/pull/437 **Author:** [@manikanta9176](https://github.com/manikanta9176) **Created:** 9/8/2025 **Status:** ✅ Merged **Merged:** 9/8/2025 **Merged by:** [@manikanta9176](https://github.com/manikanta9176) **Base:** `main` ← **Head:** `feat/purge-redis-queues` --- ### 📝 Commits (2) - [`7b9f7ee`](https://github.com/dflow-sh/dflow/commit/7b9f7eec76416cde69c8cd75129b65c1c4fef860) feat(queues): add BullMQ queue management to server dashboard - [`7339f15`](https://github.com/dflow-sh/dflow/commit/7339f159e993035bc5779b67e3c8b7cccbbb13c3) fix(bullmq): correct server-specific queue operations and resource management ### 📊 Changes **10 files changed** (+840 additions, -6 deletions) <details> <summary>View changed files</summary> ➕ `src/actions/bullmq/index.ts` (+81 -0) ➕ `src/actions/bullmq/validator.ts` (+15 -0) 📝 `src/app/(frontend)/(dashboard)/[organisation]/servers/[id]/layout.client.tsx` (+7 -5) 📝 `src/app/(frontend)/(dashboard)/[organisation]/servers/[id]/page.tsx` (+9 -1) ➕ `src/components/servers/ServerQueuesTab.tsx` (+575 -0) ➕ `src/lib/bullmq/index.ts` (+11 -0) ➕ `src/lib/bullmq/queues.ts` (+110 -0) ➕ `src/lib/bullmq/redis.ts` (+11 -0) ➕ `src/lib/bullmq/workers.ts` (+20 -0) 📝 `src/lib/searchParams.tsx` (+1 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 11:30:07 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/dflow#467
No description provided.