Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable Apache HTTP Client retry in WaitUtil #297

Conversation

james-bright-helix
Copy link

WaitUtil has it's own retry mechanism and by disabling the HTTP Client retries it is easier to debug issues with containers starting.

Also HTTP Client retries provide superfluous logging considering it is highly likely the system will be unavailable when the first check occurs.

Signed-off-by: James Baker james@brighthelix.co.uk

WaitUtil has it's own retry mechanism and by disabling the HTTP Client retries it is easier to debug issues with containers starting.

Also HTTP Client retries provide superfluous logging considering it is highly likely the system will be unavailable when the first check occurs.

Signed-off-by: James Baker <james@brighthelix.co.uk>
@rhuss
Copy link
Collaborator

rhuss commented Sep 29, 2015

Thanks, looks good.

rhuss added a commit that referenced this pull request Sep 29, 2015
…t-retry-for-wait-url

Disable Apache HTTP Client retry in WaitUtil
@rhuss rhuss merged commit bb61236 into fabric8io:integration Sep 29, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants