mirror of
https://github.com/dflow-sh/dflow.git
synced 2026-04-26 05:45:51 +03:00
[PR #437] [MERGED] Feat/purge redis queues #467
Labels
No labels
backend
bug
developer
documentation
enhancement
enhancement
enhancement
feature
feature
fix
frontend
frontend
good first issue
help wanted
pull-request
safety-check
security
styles
styles
templates
templates
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/dflow#467
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
main← Head:feat/purge-redis-queues📝 Commits (2)
7b9f7eefeat(queues): add BullMQ queue management to server dashboard7339f15fix(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.