bosh-monitor 1.2787.0 → 1.2788.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -41,6 +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
+ @logger.error("PULSE TIMEOUT REACHED: Eventmachine not processing queued jobs in a timely fashion")
44
45
  status(500)
45
46
  else
46
47
  status(200)
@@ -1,5 +1,5 @@
1
1
  module Bosh
2
2
  module Monitor
3
- VERSION = '1.2787.0'
3
+ VERSION = '1.2788.0'
4
4
  end
5
5
  end
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.2787.0
4
+ version: 1.2788.0
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -157,7 +157,7 @@ dependencies:
157
157
  version: 1.6.0
158
158
  description: ! 'BOSH Health Monitor
159
159
 
160
- 82a886'
160
+ e5697a'
161
161
  email: support@cloudfoundry.com
162
162
  executables:
163
163
  - bosh-monitor-console
@@ -223,7 +223,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
223
223
  version: '0'
224
224
  segments:
225
225
  - 0
226
- hash: 1424269502577704103
226
+ hash: -2283064130786429294
227
227
  requirements: []
228
228
  rubyforge_project:
229
229
  rubygems_version: 1.8.23