Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kostya/pgq_web
- Owner: kostya
- License: mit
- Created: 2012-05-26T11:08:03.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-09-21T22:18:58.000Z (about 12 years ago)
- Last Synced: 2024-09-19T05:38:05.101Z (about 2 months ago)
- Language: Ruby
- Homepage:
- Size: 223 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: MIT-LICENSE
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.