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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 996ec52258c79e7163db8706206c7d3f8b234c5b
4
- data.tar.gz: 3b9705cfc6bb193756c9436d654009caf4f6e9a1
3
+ metadata.gz: 205ecd1aa18e3b788fb957fb9771078b349fd7dc
4
+ data.tar.gz: 53fcf1aba5a5caee604e4d970e39dfd95b578f58
5
5
  SHA512:
6
- metadata.gz: a3cf1cdde80255a1232f7602d0681eae495083e3a97e0eb25b55ccec2da201cacad557138de8e62c6b57ad9b6f086ebb0e679b76119dc4327e7fdd5caf8fcb51
7
- data.tar.gz: d98558b78b8c4fdd660abe642039f2ad7c7030130949749b43ff1e5e86fa5c0165b1cf6b221835ce80d444b1e2c424800c9d538ea1efd98081ec48d61393386c
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
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: quiverstaskrunner
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.40824
4
+ version: 0.1.40977
5
5
  platform: ruby
6
6
  authors:
7
7
  - ndao