Giter Site home page Giter Site logo

guard-shoryuken's Introduction

Guard::Shoryuken

Build Status

Guard::Shoryuken automatically starts/stops/restarts Shoryuken workers

forked from Guard::Sidekiq

Install

Please be sure to have Guard installed before continue.

Install the gem:

git clone 'https://github.com/esebastian/guard-shoryuken.git
cd guard-shoryuken && gem build guard-shoryuken.gemspec
gem install guard-shoryuken

Add it to your Gemfile (inside test group):

gem 'guard-shoryuken', :git => 'https://github.com/esebastian/guard-shoryuken.git'

Add guard definition to your Guardfile by running this command:

guard init shoryuken

Usage

Please read Guard usage doc.

It is suggested to put the shoryuken guard definition before your test/rspec guard if your tests depend on it being active.

Guardfile

guard 'shoryuken', :environment => 'development' do
  watch(%r{^workers/(.+)\.rb})
end

Options

You can customize the shoryuken task via the following options:

  • environment: the rails environment to run the workers in (defaults to nil)
  • queue: the Amazon SQS queue to run (defaults to default). Can supply a list of queues here.
  • logfile: shoryuken defaults to logging to STDOUT. Can specify a file to log to instead.
  • timeout: shutdown timeout
  • concurrency: the number of threads to include (defaults to 25)
  • verbose: whether to use verbose logging (defaults to nil)
  • stop_signal: how to kill the process when restarting (defaults to TERM)
  • require: location of rails application with workers or file to require (defaults to nil)
  • config: can specify a config file to load queue settings

Development

Pull requests are very welcome! Make sure your patches are well tested. Please create a topic branch for every separate change you make.

Testing the gem locally

gem install guard-shoryuken-0.x.x.gem

Building and deploying gem

  • Update the version number in lib/guard/shoryuken/version.rb

  • Update CHANGELOG.md

  • Build the gem:

    gem build guard-shoryuken.gemspec

  • Push to rubygems.org:

    gem push guard-shoryuken-0.x.x.gem

Guard::Delayed Authors

David Parry, Dennis Reimann

Ideas for this gem came from Guard::WEBrick.

Guard::Resque Authors

Jacques Crocker

I hacked this together from the guard-delayed gem for use with Resque. All credit go to the original authors though. I just search/replaced and tweaked a few things.

Guard::Sidekiq Authors

Mark Bolusmjak, Pitr Vernigorov, David Parry

Replaces "rescue" with "sidekiq".

Guard::Shoryuken Authors

Eduardo Sebastian

Replaces "sidekiq" with "shoryuken".

Copyright

  • Copyright
    • Copyright 2015 Eduardo Sebastian
  • License
    • Apache License, Version 2.0

guard-shoryuken's People

Contributors

abacha avatar drnic avatar esebastian avatar jjb avatar kibenimatik avatar mhenrixon avatar pitr avatar stve avatar suranyami avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

Forkers

tagloo

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.