Project

forklifter

0.0
Repository is archived
No release in over 3 years
Low commit activity in last 3 years
Forklift is a preforking, autoscaling process manager for building background processing applications
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

 Project Readme

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

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

Author