Closed mjj209 closed 1 week ago
We have created an issue in Pivotal Tracker to manage this:
https://www.pivotaltracker.com/story/show/155668030
The labels on this github issue will be updated when the story is started.
To pile on to this issue, could cf curl
use the same retry logic as the other commands?
Notes: The command in question is enable-service-access
.
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed.
Thank you for your submission. If you still run into this issue with the latest CLI v8, please open a new ticket with the necessary information mentioned in our issue template.
Command
Instance broker-registrar/8204884a-dd89-407a-9e1c-4e797ad998e7
Exit Code 1
Stdout CF_API_URL=https://api.sys.lighttaupe.cf-app.com
CF_SKIP_SSL_VALIDATION=true
CF_ADMIN_USERNAME=admin
BROKER_NAME=p-mysql
BROKER_URL=https://p-mysql.sys.lighttaupe.cf-app.com:443
BROKER_USERNAME=blahblahblah Setting api endpoint to https://api.sys.lighttaupe.cf-app.com...
OK
What occurred
502, failed_to_connect_to_backend from the GCP load balancer
What you expected to occur
I would expect the CF CLI to re-try, as this issue https://github.com/cloudfoundry/cli/issues/1230 shows it was fixed. We talked to Anand, and he said that not all API calls had been refactored, though.
CLI Version
unsure
CC API Endpoint Version
unsure
Any other relevant information
There are many engineering teams that are using GCP as the platform for testing. GCP is offering 99.95% reliability for their load balancer requests. This means that a certain number will always fail. Having re-try logic at the lowest levels seems optimal, as most teams will write tests that assume all API calls will succeed, and it a single API calls fails, the whole test fails. Many tests take up to 1 hour to complete, and you have to start over if it fails at any point.
I think we've found one call that hasn't been refactored, but I also believe the correct number of re-try's is 3 for 502's where the status is not
response_sent_by_backend
. If we re-try three times, then our success rate will improve by a power of 3.Feel free to ask us questions at #toolsmiths in slack, as we've got 502 fever, and a ton more data if you're interested ;-)
Thanks, Mike J PM@Toolsmiths