Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kostya/pgq_web

Web interface for pgq gem. Inspect pgq and londiste queues
https://github.com/kostya/pgq_web

Last synced: 20 days ago
JSON representation

Web interface for pgq gem. Inspect pgq and londiste queues

Awesome Lists containing this project

README

        

PgqWeb
======

Web interface for [pgq](http://github.com/kostya/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.

```ruby
gem 'pgq_web'
```

Add to routes.rb

mount PgqWeb::Engine => "/pgq_web"

Specify more databases to inspect. Create initializer with.

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

### Example

![Example](https://github.com/kostya/pgq_web/raw/master/img.png)

Used twitter bootstrap.