bosh-monitor 1.2801.0 → 1.2807.0
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/bosh/monitor/api_controller.rb +1 -1
- data/lib/bosh/monitor/version.rb +1 -1
- metadata +4 -4
@@ -41,7 +41,7 @@ module Bosh::Monitor
|
|
41
41
|
body "Last pulse was #{Time.now - @heartbeat} seconds ago"
|
42
42
|
|
43
43
|
if Time.now - @heartbeat > PULSE_TIMEOUT
|
44
|
-
|
44
|
+
logger.error("PULSE TIMEOUT REACHED: Eventmachine not processing queued jobs in a timely fashion")
|
45
45
|
status(500)
|
46
46
|
else
|
47
47
|
status(200)
|
data/lib/bosh/monitor/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: bosh-monitor
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.2807.0
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2014-12-
|
12
|
+
date: 2014-12-25 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: eventmachine
|
@@ -157,7 +157,7 @@ dependencies:
|
|
157
157
|
version: 1.6.0
|
158
158
|
description: ! 'BOSH Health Monitor
|
159
159
|
|
160
|
-
|
160
|
+
0b041c'
|
161
161
|
email: support@cloudfoundry.com
|
162
162
|
executables:
|
163
163
|
- bosh-monitor-console
|
@@ -226,7 +226,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
226
226
|
version: '0'
|
227
227
|
segments:
|
228
228
|
- 0
|
229
|
-
hash: -
|
229
|
+
hash: -4559507107318764569
|
230
230
|
requirements: []
|
231
231
|
rubyforge_project:
|
232
232
|
rubygems_version: 1.8.23
|