README.md in dlss-capistrano-3.10.0 vs README.md in dlss-capistrano-3.10.1
- old
+ new
@@ -56,9 +56,15 @@
```ruby
require 'dlss/capistrano/resque_pool'
```
+This is the hook provided if you opt in:
+
+```ruby
+after 'deploy:publishing', 'resque:pool:hot_swap'
+```
+
### Sidekiq via systemd
`cap ENV sidekiq_systemd:{quiet,stop,start,restart}`: quiets, stops, starts, restarts Sidekiq via systemd.
These tasks are intended to replace those provided by `capistrano-sidekiq` gem, which has assumptions about systemd that do not apply to our deployed environments.