coney_island 0.15.0 → 0.16.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/coney_island/job.rb +3 -0
- data/lib/coney_island/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: dd8c71ca880e47d6fb40dcba0ca03fa8d18506e6
|
4
|
+
data.tar.gz: 21ae5bdda28dc053c65c956bede12216f51bcd8d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3c0474492245e067e6401b305024d1013df6eda0a045f721de44ea3643a86751968997e0ab19c2960beb99dd3be0a058b7b2db84c3957844b0e17ddae0f30e60
|
7
|
+
data.tar.gz: f8d99178ea5d6a48263deac86927f69b7fae8387553a6a23019663908542e11ff521b5fd53602512f93cce8f865ec921719504476be271872d8bd9f98833513b
|
data/lib/coney_island/job.rb
CHANGED
@@ -89,6 +89,9 @@ module ConeyIsland
|
|
89
89
|
else
|
90
90
|
ConeyIsland.poke_the_badger(e, {work_queue: self.ticket, job_payload: self.args})
|
91
91
|
log.error("Bailing out on #{self.id} after error on final attempt ##{self.attempts}:")
|
92
|
+
if ConeyIsland.running_inline?
|
93
|
+
raise
|
94
|
+
end
|
92
95
|
end
|
93
96
|
ensure
|
94
97
|
finalize_job
|
data/lib/coney_island/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: coney_island
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.16.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Eric Draut
|
@@ -10,7 +10,7 @@ authors:
|
|
10
10
|
autorequire:
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
|
-
date: 2016-12-
|
13
|
+
date: 2016-12-06 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: rails
|