You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

glimpse-resque

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

glimpse-resque

bundlerRubyGems.org
Version
1.0.1
Version published
Maintainers
1
Created
Source

Glimpse::Resque

Provide a glimpse into the current state of your Resque queues and workers.

Things this glimpse view provides:

  • The total number of queued jobs for each queue.
  • The total number of workers.

Installation

Add this line to your application's Gemfile:

gem 'glimpse-resque'

And then execute:

$ bundle

Or install it yourself as:

$ gem install glimpse-resque

Usage

Add the following to your config/initializers/glimpse.rb:

Glimpse.into Glimpse::Views::Resque

By default, it will track all queues. If you'd like to limit the number of queues it displays, you can pass in the :queues option:

Glimpse.into Glimpse::Views::Resque, :queues => ['notifications', 'backups']

Contributing

  • Fork it
  • Create your feature branch (git checkout -b my-new-feature)
  • Commit your changes (git commit -am 'Add some feature')
  • Push to the branch (git push origin my-new-feature)
  • Create new Pull Request

FAQs

Package last updated on 13 Mar 2013

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