Sha256: 737181593a653e9a6b962ed3bbd7d8c32d23f87a28a4599c3c7136a9bae008a1

Contents?: true

Size: 949 Bytes

Versions: 1

Compression:

Stored size: 949 Bytes

Contents

2010-09-06 v1.2 Capistrano task and script/trigger

Added Capistrano tasks for pausing, resuming, reloading and listing worker
processes. To use, add this at the top of your Capfile:

  require "resque/capistrano"

And associate your worker instances with the role :worker. The workers will be
reloaded after deploy:restart, suspended before deploy:web:disable and resumed
after deploy:web:enable.

Added script/trigger to queue jobs from the command line (but more likely
cronjob or upstart).

Improved script/worker and /etc/init/workers based on real life experiences.
And real life production deploys, let me tell you, can be a PITA.


2010-08-11 v1.1 Accessible options.

Allows accessing options from forker.
Allows setting verbose and very_verbose options instead of being magically inferred.
Allows passing workload to fork! method as an option.


2010-08-03 v1.0 First release


2010-07-30 v1.0.beta
Extracted from Flowtown with permission

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
resque-forker-1.2.0 CHANGELOG