/pgq_web

Web interface for pgq gem. Inspect pgq and londiste queues

Primary LanguageRubyMIT LicenseMIT

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.