No commit activity in last 3 years
No release in over 3 years
Guard plugin for faktory-worker
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

 Project Readme

guard-faktory_worker

guard-faktory_worker runs faktory_worker when you start Guard and restarts it when watched files are added/modified/deleted.

Installation

Install and configure Guard before continuing.

Add guard-faktory_worker to your Gemfile:

group :development do
  gem 'guard-faktory_worker'
end

and then execute:

$ bundle install

or install it yourself as:

$ gem install guard-faktory_worker

Add the default Guard::faktory_worker definition to your Guardfile by running:

$ guard init faktory_worker

Usage

Please read the Guard usage documentation.

Options

You can pass some options in Guardfile like the following example:

guard :faktory_worker, cmd: 'bundle exec faktory-worker' do
  # ...
end

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/anamba/guard-faktory_worker. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the code of conduct.

License

The gem is available as open source under the terms of the MIT License.

Code of Conduct

Everyone interacting in the guard-faktory_worker project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the code of conduct.