Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 23, 2026

Bumps solid_queue_monitor from 0.6.0 to 1.0.1.

Release notes

Sourced from solid_queue_monitor's releases.

v1.0.1 - Job Details Page CSS Fix

Fixed

  • Added missing CSS styles for job details page
  • Job details page now uses full width layout consistent with other pages

What's Included

The job details page now has proper styling for:

  • Job header with title, status badge, and meta info
  • Timing cards with indicators (fast/normal/slow)
  • Timeline visualization with status dots and connecting lines
  • Error section with type, message, and backtrace toggle
  • Details grid for job attributes
  • Arguments section with copy button
  • Collapsible raw data section
  • Recent executions table
  • Responsive design for mobile devices

Installation

gem 'solid_queue_monitor', '~> 1.0'
bundle update solid_queue_monitor

Full Changelog: vishaltps/solid_queue_monitor@v1.0.0...v1.0.1

v1.0.0 - Worker Monitoring, Job Details & Queue Details

🚀 The Most Elegant Dashboard for Solid Queue

This is a milestone release that brings comprehensive monitoring capabilities to Solid Queue with a beautiful, zero-dependency interface.

✨ What's New

Worker Monitoring

  • Real-time view of all Solid Queue processes (workers, dispatchers, schedulers)
  • Health status indicators (healthy, stale, dead) based on heartbeat
  • Shows queues each worker is processing
  • Displays jobs currently being processed by each worker
  • Summary cards showing total, healthy, stale, and dead process counts
  • Prune Dead Processes - Clean up zombie workers with one click

Job Details Page

  • Full job timeline showing created, scheduled, started, and finished states
  • Timing breakdown with queue wait time and execution duration
  • Complete error details with backtrace for failed jobs

... (truncated)

Changelog

Sourced from solid_queue_monitor's changelog.

[1.0.1] - 2026-01-23

Fixed

  • Added missing CSS styles for job details page
  • Job details page now uses full width layout consistent with other pages

[1.0.0] - 2026-01-23

Added

  • Worker Monitoring - New dedicated workers page showing all Solid Queue processes
    • Real-time view of workers, dispatchers, and schedulers
    • Health status indicators (healthy, stale, dead) based on heartbeat
    • Shows queues each worker is processing
    • Displays jobs currently being processed by each worker
    • Summary cards showing total, healthy, stale, and dead process counts
  • Dead Process Detection - Identify and clean up zombie processes
    • Visual highlighting for stale (>5 min) and dead (>10 min) processes
    • "Prune Dead Processes" button to remove defunct process records
    • Automatic detection based on last heartbeat timestamp
  • Job Details Page - Dedicated page for viewing complete job information
    • Full job timeline showing created, scheduled, started, and finished states
    • Timing breakdown with wait time and execution duration
    • Complete error details with backtrace for failed jobs
    • Job arguments displayed in formatted JSON
    • Quick actions (retry/discard) for failed jobs
    • Clickable job class names throughout the UI link to details page
  • Queue Details Page - Detailed view for individual queues
    • Shows all jobs in a specific queue
    • Displays queue status (active/paused) with pause/resume controls
    • Job counts and filtering options

Changed

  • Updated ROADMAP to reflect v1.0.0 milestone completion
  • All high-priority features from roadmap are now complete
Commits
  • 88a8804 fix: add comprehensive CSS for job details page (#19)
  • a55704e Release version 1.0.0 (#18)
  • 82c5a8f fix: remove empty workflow file causing CI failures (#16)
  • 8f6abc9 feat: add job activity chart with dark theme support (#15)
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [solid_queue_monitor](https://github.com/vishaltps/solid_queue_monitor) from 0.6.0 to 1.0.1.
- [Release notes](https://github.com/vishaltps/solid_queue_monitor/releases)
- [Changelog](https://github.com/vishaltps/solid_queue_monitor/blob/main/CHANGELOG.md)
- [Commits](vishaltps/solid_queue_monitor@v0.6.0...v1.0.1)

---
updated-dependencies:
- dependency-name: solid_queue_monitor
  dependency-version: 1.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Jan 23, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant