prima-twig 0.34.123 → 0.34.124
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/prima_aws_client.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2037481275052e2101e8130254b59bd9293f7363e65438b9ee320e0bda0e0a09
|
|
4
|
+
data.tar.gz: fdfcdc3879c69376c837d203bc5128ee3bc44589d9f520cf1cc4908aa9e4d599
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3d73ca6e029f751fcf2ea006ad9fbd7e5763cdfecf1c61f79ccd1c2108a0ad117204d4e484e030df626b3577d6c443dda6914e7b0083ebd1fc41e4bd854d93aa
|
|
7
|
+
data.tar.gz: 95d752fe6e2417ef5e7698925e0db68b93492fcf3054389235143537868329e3a362964f281bcd2c44e8530a1bb82d388bb57b9916d0d5876186b7d0e76c5037
|
data/lib/prima_aws_client.rb
CHANGED
|
@@ -416,7 +416,7 @@ module PrimaAwsClient
|
|
|
416
416
|
def describe_load_balancers(load_balancer_arns)
|
|
417
417
|
begin
|
|
418
418
|
resp = alb_client.describe_load_balancers({load_balancer_arns: load_balancer_arns})
|
|
419
|
-
rescue Aws::
|
|
419
|
+
rescue Aws::ElasticLoadBalancingV2::Errors::Throttling => e
|
|
420
420
|
output 'Throttling, retrying in 15 seconds'.red
|
|
421
421
|
sleep 15
|
|
422
422
|
resp = describe_load_balancers(load_balancer_arns)
|