https://github.com/tarebyte/peek-sidekiq
Provide a peek into the Sidekiq workers, queued and processed jobs.
https://github.com/tarebyte/peek-sidekiq
Last synced: 10 months ago
JSON representation
Provide a peek into the Sidekiq workers, queued and processed jobs.
- Host: GitHub
- URL: https://github.com/tarebyte/peek-sidekiq
- Owner: tarebyte
- License: mit
- Created: 2015-08-24T19:37:48.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-08-25T12:43:59.000Z (almost 11 years ago)
- Last Synced: 2025-08-19T16:02:37.958Z (10 months ago)
- Language: Ruby
- Homepage:
- Size: 85.9 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Peek::Sidekiq
Provide a peek into the Sidekiq workers, queued and processed jobs. It differs
from the other [peek-sidekiq](https://github.com/suranyami/peek-sidekiq) as
that gem doesn't work with the new versions of Sidekiq and displays different
information.
This is tested with Sidekiq 3. Versions prior to this may or may not work as
the gem relies on the [Sidekiq
API](https://github.com/mperham/sidekiq/wiki/API).
## Installation
Add this line to your application's Gemfile:
gem "peek-sidekiq", github: "Soliah/peek-sidekiq"
And then execute:
$ bundle
## Usage
Add the following to your `config/initializers/peek.rb`:
```ruby Peek.into Peek::Views::Sidekiq ```
## Contributing
1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request
## Copyright
Copyright (c) 2010-2014 Christopher Chow. See LICENSE for further details.