Skip to content
/ pgq_web Public

Web interface for pgq gem. Inspect pgq and londiste queues

License

Notifications You must be signed in to change notification settings

kostya/pgq_web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PgqWeb

Web interface for pgq gem, based on Rails Engine. Inspect pgq and londiste queues. Rails 3! only tested. Requires haml, jquery, will_paginate.

Features: show queues info, show pending events, show failed events, retry/delete failed events.

gem 'pgq_web'

Add to routes.rb

mount PgqWeb::Engine => "/pgq_web"

Specify more databases to inspect. Create initializer with.

PgqWeb::Watcher.databases = [ActiveRecord::Base, Base2]

Example

Example

Used twitter bootstrap.

About

Web interface for pgq gem. Inspect pgq and londiste queues

Resources

License

Stars

Watchers

Forks

Packages

No packages published