Solid Queue Dashboard Light Mode Solid Queue Dashboard Dark Mode
π I'm Available for Hire β kodkod.me
- π¨ Beautiful UI
- π§ Smart status detection
- π Track failure rates
- π Find dead processes
- π View execution history
- π Filter options
- π Retry jobs from the UI
- π₯¬ Auto-refresh
- π Add charts
- π No monkey patching
- π TailwindCSS
- π Manually trigger jobs
- βΉοΈ Cancel long jobs (if possible)
- π More statistics and insights
- π Search feature
- π’ Sorting options
- ποΈ Add tests
To install, run this command in your terminal:
bundle add solid_queue_dashboard
Or add this line to your Gemfile:
gem "solid_queue_dashboard", "~> 0.2.0"
Add this line to routes.rb:
mount SolidQueueDashboard::Engine, at: "/solid-queue"
IMPORTANT: Protect your SolidQueueDashboard with authentication to prevent unauthorized access.
For example, if using Devise:
Rails.application.routes.draw do authenticate :current_admin do mount SolidQueueDashboard::Engine, at: "/solid-queue" end end
After cloning the repo, run:
./bin/setup
./bin/setup-test-app
To run the test application:
gem install foreman
./bin/dev
To generate dummy data:
cd test_app
rails jobs:generate_dummy_data
This gem is open source under the MIT License.
Made with love by Ukrainians ππ
Help Ukraine