Sha256: c29cf22aa6cd91b90986eff79488507fa6809694c8e94fbbbffe8db1fa0ba44f

Contents?: true

Size: 1.13 KB

Versions: 1

Compression:

Stored size: 1.13 KB

Contents

== 3.1.4 2011-10-27

*  Changed all the cap tasks to use the :resque role.
    - You now need to define the :resque role in your deploy/<environment>.rb file with the servers that will run your workers.
        role :resque, 'server1', 'server2'
      The cap tasks used to run the :app role, but this has been changed to allow you to better refine your servers.  You may not run
      the resque workers on all, or even any of your :app servers.

== 3.1.3 2011-10-24

*  Guard against nil in templates

== 3.1.2 2011-10-13

*  Fix a typo

== 3.1.1 2011-10-13

*  Modified the restart_workers and quit_workers cap tasks to no longer use the , :only => {:resque_restart => true} flag.
    -   These tasks now execute the rake tasks on all servers in the farm
*  Modified the restart_workers and quit_workers rake tasks to not execute separate cap tasks for each worker.
    -   Task now iterates through the workers and restarts the ones on the box the rake task is executing on.

== 3.1.0 2011-09-22

*  Added Resque Cleaner to manage the failed queue.  Removed the Failed tab.

== 3.0.0 2011-09-16

*  converted plugging to a gem/engine for Rails 3


Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
resque_ui-3.1.4 History.txt