elastic_beans 0.10.0.alpha5 → 0.10.0.alpha6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/elastic_beans/exec/sqs_consumer.rb +1 -1
- data/lib/elastic_beans/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4aa4fc0dc734f2eeee83efeed1dd7b288f3f9904
|
|
4
|
+
data.tar.gz: 703e6b50540326e18a48ad9abb79da92e940a8c3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f6cbb95eb184b7a85f247c45062dc3a5f2bebf2af8480bd32802f698bcc2fdcaa084fb8ecf12ef4f1b072cc313c76fcdaf610d3a6caf9b03816cc4cf54a0006e
|
|
7
|
+
data.tar.gz: 48648ab0283f6130b6d54a611ae36034a818e3625510893384ee74bf77c189154137c6d1a48c1674be3b7e71bad8b03904b55171f52e95669e3306cfe73c4ec0
|
|
@@ -62,7 +62,7 @@ class SQSConsumer
|
|
|
62
62
|
log("Defrosting from freeze command ID=#{command['id']}")
|
|
63
63
|
end
|
|
64
64
|
rescue Timeout::Error
|
|
65
|
-
log("Freeze command ID=#{command['id']} never terminated; timing out after
|
|
65
|
+
log("Freeze command ID=#{command['id']} never terminated; timing out after #{FREEZE_TIMEOUT} seconds")
|
|
66
66
|
end
|
|
67
67
|
else
|
|
68
68
|
# poll command metadata to see if it is still available, if it disappears then kill the process
|