Skip to content

[WIP] Change how retries get handled#57

Open
sundargates wants to merge 1 commit intomasterfrom
sundaram/retries
Open

[WIP] Change how retries get handled#57
sundargates wants to merge 1 commit intomasterfrom
sundaram/retries

Conversation

@sundargates
Copy link
Contributor

Context

Explain context and other details for this pull request.

Checklist

  • ./gradlew build compiles code correctly
  • Added new tests where applicable
  • ./gradlew test passes all tests
  • Extended README or added javadocs where applicable
  • Added copyright headers for new files from CONTRIBUTING.md

return mantisCrossRegionalClient.getSecureSseClient(region)
.submit(HttpClientRequest.createGet(uri))
.retryWhen(Util.getRetryFunc(log, uri + " in " + region))
// .retryWhen(Util.getRetryFunc(log, uri + " in " + region))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is this retry the root cause?

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