quiverstaskrunner 0.1.40824 → 0.1.40977
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/quiverstaskrunner/azuresetup.rb +2 -0
- data/lib/quiverstaskrunner/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: 205ecd1aa18e3b788fb957fb9771078b349fd7dc
|
|
4
|
+
data.tar.gz: 53fcf1aba5a5caee604e4d970e39dfd95b578f58
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8ab463f4593cde0a63fcb2d1a119c4196e08a93b86528a5c542c3e02d442b820927c4a5ff099b324342caed5097d2f3affc483a43f7fe3101829e2efdd61f47c
|
|
7
|
+
data.tar.gz: 99776cdf50a84b65e80a684dfc325e5aeca7b5cb7935dde09974b18e82f122d109c5b38202d56bb3e722a3317b67d26f1d7e33aee24a9534870558eb4637b7cd
|
|
@@ -171,6 +171,7 @@ module QuiversTaskrunner
|
|
|
171
171
|
end
|
|
172
172
|
deployment = cloud_srv_mgmt.get_deployment(cloud_srv_name, {:slot => "staging" })
|
|
173
173
|
raise StandardError, "#{timeout} seconds timeout. Client unable to confirm operation success" if (Time.now - waiting_start_time) > timeout
|
|
174
|
+
sleep 10
|
|
174
175
|
deployment_pending = !deployment.all_vms_running? || deployment.is_transitioning?
|
|
175
176
|
deployment_id = deployment.private_id
|
|
176
177
|
counter+=1
|
|
@@ -226,6 +227,7 @@ module QuiversTaskrunner
|
|
|
226
227
|
end
|
|
227
228
|
deployment = cloud_srv_mgmt.get_deployment(cloud_srv_name, {:slot => "production" })
|
|
228
229
|
raise StandardError, "#{timeout} seconds timeout. Client unable to confirm operation success" if (Time.now - waiting_start_time) > timeout
|
|
230
|
+
sleep 10
|
|
229
231
|
deployment_pending = !deployment.all_vms_running? || deployment.is_transitioning?
|
|
230
232
|
counter+=1
|
|
231
233
|
if counter > 40
|
|
@@ -1 +1 @@
|
|
|
1
|
-
module QuiversTaskrunner
|
|
1
|
+
module QuiversTaskrunner
|