blue-resque-scheduler 0.0.6 → 0.0.7
Sign up to get free protection for your applications and to get access to all the features.
@@ -12,7 +12,7 @@ module Blue
|
|
12
12
|
namespace :scheduler do
|
13
13
|
desc "Trigger Resque Scheduler restarts"
|
14
14
|
task :restart do
|
15
|
-
run "test -f #{Blue::Resque::Scheduler.pid_path} && (kill -QUIT $(cat #{Blue::Resque::Scheduler.pid_path}) && rm -rf #{Blue::Resque::Scheduler.pid_path})"
|
15
|
+
run "test -f #{Blue::Resque::Scheduler.pid_path} && (kill -QUIT $(cat #{Blue::Resque::Scheduler.pid_path}) && rm -rf #{Blue::Resque::Scheduler.pid_path}) || true"
|
16
16
|
sudo "monit restart resque_scheduler"
|
17
17
|
end
|
18
18
|
end
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: blue-resque-scheduler
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 17
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 0
|
9
|
-
-
|
10
|
-
version: 0.0.
|
9
|
+
- 7
|
10
|
+
version: 0.0.7
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Josh Sharpe
|