Skip to content

Conversation

@noxify
Copy link
Owner

@noxify noxify commented Nov 11, 2025

Part 1 to implement #43 based the feature request #41


Introduces a new package @vorsteh-queue/monitoring-ui which provides a simple dashboard / list view for the configured queues.

The Ui is based on Tanstack Start ( vite based ). To get all the needed information, we will load a config file like this:

import { queue as notificationQueue } from "./definitions/notification-queue"
import { queue as cleanupQueue } from "./definitions/cleanup-queue"

export default [
  notificationQueue,
  cleanupQueue
]

With this approach, we don't have to re-invent the wheel and can use your already configured adapter and we can use the same methods later for the cli implementation.

Todos:

  • Ensure that all needed information is shown in the ui
  • cleanup the code
  • fix lint/type errors
  • Check how to implement some basic tests
  • Docs?! 🏃‍♂️‍➡️
  • Add missing tests for the new adapter methods

@changeset-bot
Copy link

changeset-bot bot commented Nov 11, 2025

⚠️ No Changeset found

Latest commit: a6746ec

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@vercel
Copy link

vercel bot commented Nov 11, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
vorsteh-queue-docs Ready Ready Preview Comment Nov 11, 2025 0:04am

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants