Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

solid_queue_dashboard

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

solid_queue_dashboard

  • 0.2.0
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

Solid Queue Dashboard BETA

Solid Queue Dashboard Light Mode Solid Queue Dashboard Dark Mode

👋 I'm Available for Hire → kodkod.me

Features

  • 🎨 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

Roadmap

  • 🚀 Manually trigger jobs
  • ⏹️ Cancel long jobs (if possible)
  • 📊 More statistics and insights
  • 🔎 Search feature
  • 🔢 Sorting options
  • 🏗️ Add tests

Installation

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

Contributing

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

License

This gem is open source under the MIT License.


Made with love by Ukrainians 💙💛
Help Ukraine

FAQs

Package last updated on 17 Oct 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc