Giter VIP home page Giter VIP logo

sidekiq-jfails's Introduction

Sidekiq::Jfails Gem Version Dependency Status Build Status Code Climate

Keeps track of fails in Sidekiq jobs in web and provides detailed information on the fail

Installation

Add this line to your application's Gemfile:

gem 'sidekiq-jfails', '~> 0.0.2'
# OR
gem 'sidekiq-jfails', git: 'git://github.com/sjke/sidekiq-jfails.git', tag: '0.0.2'

Usage

Simply having the gem in your Gemfile is enough to get you started. Your failed jobs will be visible via a Job fails tab in the Web.

Configuring

Maximum Count Fails

This parameter sets the count of tracking fails. Default of 10 000 maximum tracked fails.

To change the maximum count:

Sidekiq.configure_server do |config|
  config.jfails_max_count = 1590
end

To disable the limit entirely:

Sidekiq.configure_server do |config|
  config.jfails_max_count = 0
end

Fails per page

This parameter sets the count of fails displayed per page. Default of 10 fails per page.

To change the per page:

Sidekiq.configure_server do |config|
  config.fails_per_page = 15
end

Dependencies

Depends on Sidekiq >= 2.17

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b feature-desc)
  3. Commit your changes (git commit -am 'Added some feature')
  4. Push to the branch (git push origin feature-desc)
  5. Create new Pull Request

License

Released under the MIT License. See the LICENSE file for further details.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.