Skip to content

Commit

Permalink
Merge pull request #148 from msufa/msufa/readme_fixes
Browse files Browse the repository at this point in the history
Minor readme fixes
  • Loading branch information
nevans committed Jan 14, 2016
2 parents 78e29cb + 724ab59 commit 0878ccf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,13 +197,13 @@ To avoid this downtime, leave the old pool running and start a new pool with

The `--hot-swap` flag will turn off pidfiles (so multiple pools can run at
once), enable a lock file (so your init system knows when the pool is running),
and shut down other other pools _after_ the workers have started for this pool.
and shut down other pools _after_ the workers have started for this pool.
These behaviors can also be configured separately (see `resque-pool --help`).
The `upstart` configs in the `examples` directory demonstrate how to supervise a
daemonized pool with hot swap.

Please be aware that this approach uses more memory than a simple restart, since
two copies of the application code are loaded at once. _TODO: #139_
two copies of the application code are loaded at once. _TODO: [#139](https://github.com/nevans/resque-pool/issues/139)_

Other Features
--------------
Expand Down

0 comments on commit 0878ccf

Please sign in to comment.