coney_island 0.1.8 → 0.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: be119aa818eeea8fb8b2cdf52d09f6dfa4aa7808
4
- data.tar.gz: dfb08b7173494802f841249600e8e36290b7d69a
3
+ metadata.gz: 309bbb7dab07673516758e1504b03c2493519b68
4
+ data.tar.gz: a16952aaf3eb22fc693ad10dbf82c47fb6cb7a7a
5
5
  SHA512:
6
- metadata.gz: 899e4d474e01fda4e638d17bc850232fe47fc3ffadd96d8fbc28d14867bc47c847970efa45a386e16cc2efbd6d7b140bec6af1946bffe1ca9025b2a17e9b30c9
7
- data.tar.gz: f22f782ce6460b553f2460b754e22525344befd733f6ee9bfb8442782957baf1d699203a5687c5e117e660c23769ebc988cb77baad934618632d10c1e5b519a3
6
+ metadata.gz: 888ba15af4954645168be33f06b4740b5752c4f5cf1ec98bace12bb993f787172af74ead8dd584d8694c7078585fce9f3f236f4da8528f5ca73d17e5f87d9848
7
+ data.tar.gz: 92cb75fcf9381005c57a312fbf7e7ad9ebb1523aaa9f385bcbb3acd7b83dfdda0bcc4a5c8f38a4e7412aa88e2d6ef041db1a2eb7876506de81308186a87ba6a0
@@ -69,9 +69,6 @@ module ConeyIsland
69
69
  else
70
70
  message = "Failed to connecto to RabbitMQ Attempt ##{ConeyIsland.tcp_connection_retries} time(s), trying again in #{ConeyIsland.tcp_connection_retry_interval} seconds..."
71
71
  Rails.logger.error(message)
72
- ConeyIsland.poke_the_badger(e, {
73
- code_source: 'ConeyIsland::Submitter.handle_connection',
74
- reason: message})
75
72
  sleep(10)
76
73
  retry
77
74
  end
@@ -1,3 +1,3 @@
1
1
  module ConeyIsland
2
- VERSION = "0.1.8"
2
+ VERSION = "0.2"
3
3
  end
@@ -120,9 +120,6 @@ module ConeyIsland
120
120
  else
121
121
  message = "Failed to connecto to RabbitMQ Attempt ##{ConeyIsland.tcp_connection_retries} time(s), trying again in #{ConeyIsland.tcp_connection_retry_interval} seconds..."
122
122
  self.log.error(message)
123
- ConeyIsland.poke_the_badger(e, {
124
- code_source: 'ConeyIsland::Worker.start',
125
- reason: message})
126
123
  sleep(10)
127
124
  retry
128
125
  end
@@ -1,10 +1,4 @@
1
- ConeyIsland::Submitter.submit! about to iterate over this many jobs: 1
2
- ConeyIsland::Submitter.submit! about to iterate over this many jobs: 1
3
- ConeyIsland::Submitter.submit! about to iterate over this many jobs: 1
4
- ConeyIsland::Submitter.submit! about to iterate over this many jobs: 1
5
- ConeyIsland::Submitter.submit! about to iterate over this many jobs: 1
6
- ConeyIsland::Submitter.submit! about to iterate over this many jobs: 1
7
- ConeyIsland::Submitter.submit! about to iterate over this many jobs: 1
8
1
  Failed to connecto to RabbitMQ Attempt #1 time(s), trying again in 0 seconds...
9
2
  ConeyIsland::Submitter.submit! about to iterate over this many jobs: 1
10
3
  Failed to connecto to RabbitMQ Attempt #1 time(s), trying again in 0 seconds...
4
+ ConeyIsland::Submitter.submit! about to iterate over this many jobs: 1
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.1.8
4
+ version: '0.2'
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eric Draut
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2014-11-14 00:00:00.000000000 Z
12
+ date: 2014-12-03 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails