lib/capistrano/tasks/workers.cap in capistrano3-puma-0.4.2 vs lib/capistrano/tasks/workers.cap in capistrano3-puma-0.5.0
- old
+ new
@@ -12,10 +12,10 @@
end
# TODO
# Add/remove workers to specific host/s
# Define # of workers to add/remove
- # Refractor
+ # Refactor
desc 'Worker++'
task :more do
on roles (fetch(:puma_role)) do
execute("kill -TTIN `cat #{fetch(:puma_pid)}`")
end
\ No newline at end of file