Forklift
Forklift is a process manager with middleware allowing it to be used for building a multitude of background processing applications. It can be controlled using AMQP, has process managing and reporting over AMQP, autoscaling based on machine usage, pure unix forking model, socket based IPC, and an auto-healing highly redundent design.
The design goal is to be the perfect replacement for Resque, Sidekiq, and the like.
Installation
Add this line to your application's Gemfile:
gem 'forklift'
And then execute:
$ bundle
Or install it yourself as:
$ gem install forklift
Usage
$ forklift help
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Added some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request