mirror of
https://github.com/internetee/registry.git
synced 2025-05-17 17:59:47 +02:00
Comment on delayed job stopping / starting
This commit is contained in:
parent
3c51b8537f
commit
304c0bb99a
1 changed files with 2 additions and 2 deletions
|
@ -161,11 +161,11 @@ end
|
|||
|
||||
namespace :delayed_job do
|
||||
task stop: :environment do
|
||||
queue "cd #{deploy_to}/current; bin/delayed_job stop"
|
||||
queue %(echo "-----> Stopping delayed job"; cd #{deploy_to}/current; bin/delayed_job stop)
|
||||
end
|
||||
|
||||
task start: :environment do
|
||||
queue "cd #{deploy_to}/current; bin/delayed_job start"
|
||||
queue %(echo "-----> Starting delayed job"; cd #{deploy_to}/current; bin/delayed_job start)
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue