seanwalbran-rpm_contrib 2.1.6.3 → 2.1.6.4

Sign up to get free protection for your applications and to get access to all the features.
data/CHANGELOG CHANGED
@@ -1,3 +1,6 @@
1
+ * Version 2.1.6.4
2
+ - Force data send in agent shutdown call on resque task completion, to fix lost data
3
+
1
4
  * Version 2.1.6.3
2
5
  - Bugfix in Backgrounded detection
3
6
 
@@ -28,7 +28,7 @@ module Resque
28
28
  yield(*args)
29
29
  end
30
30
  ensure
31
- NewRelic::Agent.shutdown if RPMContrib::LanguageSupport.can_fork?
31
+ NewRelic::Agent.shutdown(:force_send => true) if RPMContrib::LanguageSupport.can_fork?
32
32
  end
33
33
  end
34
34
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: seanwalbran-rpm_contrib
3
3
  version: !ruby/object:Gem::Version
4
- hash: 121
4
+ hash: 119
5
5
  prerelease:
6
6
  segments:
7
7
  - 2
8
8
  - 1
9
9
  - 6
10
- - 3
11
- version: 2.1.6.3
10
+ - 4
11
+ version: 2.1.6.4
12
12
  platform: ruby
13
13
  authors:
14
14
  - Bill Kayser
@@ -17,7 +17,7 @@ autorequire:
17
17
  bindir: bin
18
18
  cert_chain: []
19
19
 
20
- date: 2012-02-18 00:00:00 Z
20
+ date: 2012-02-19 00:00:00 Z
21
21
  dependencies:
22
22
  - !ruby/object:Gem::Dependency
23
23
  name: newrelic_rpm