blue-resque-scheduler 0.0.9 → 0.0.10

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,7 +1,7 @@
1
1
  module Blue
2
2
  module Resque
3
3
  module Scheduler
4
- VERSION = "0.0.9"
4
+ VERSION = "0.0.10"
5
5
  end
6
6
  end
7
7
  end
@@ -1,5 +1,5 @@
1
1
  check process resque_scheduler
2
2
  with pidfile <%= Blue::Resque::Scheduler.pid_path %>
3
- start program = "/bin/sh -c 'cd <%= Blue.rails_current %> ; bundle exec rake resque:scheduler RAILS_ENV=<%= Blue.env %> BACKGROUND=yes PIDFILE=<%= Blue::Resque::Scheduler.pid_path %> >> log/resque_scheduler.log 2>&1'" as uid <%= Blue.config.user %> and gid <%= Blue.config.group %> with timeout 60 seconds
3
+ start program = "/bin/sh -c 'cd <%= Blue.rails_current %> ; bundle exec rake resque:scheduler HOME=/home/rails/ RAILS_ENV=<%= Blue.env %> BACKGROUND=yes PIDFILE=<%= Blue::Resque::Scheduler.pid_path %> >> log/resque_scheduler.log 2>&1'" as uid <%= Blue.config.user %> and gid <%= Blue.config.group %> with timeout 60 seconds
4
4
  stop program = "/bin/sh -c 'cd <%= Blue.rails_current %> ; && kill -QUIT $(cat <%= Blue::Resque::Scheduler.pid_path %>) && rm -f <%= Blue::Resque::Scheduler.pid_path %> ; exit 0;'"
5
5
 
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: 13
4
+ hash: 11
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 9
10
- version: 0.0.9
9
+ - 10
10
+ version: 0.0.10
11
11
  platform: ruby
12
12
  authors:
13
13
  - Josh Sharpe
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2013-06-21 00:00:00 Z
18
+ date: 2013-06-26 00:00:00 Z
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
21
21
  name: bundler