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

Remove generated REST client which depends on deprecated package. #1861

Closed
wants to merge 4 commits into from

Conversation

Y-Sindo
Copy link
Member

@Y-Sindo Y-Sindo commented Oct 25, 2023

  • For RestHealthCheckService (not really used now), the HttpClient timeout is not impacted by user settings.
  • For ServiceManager.IsServiceHeathy, the http client timeout is impacted by user settings.
  • For AAD related REST API calls, because they use a static HttpClientFactory instance, they have never impacted by the user settings.

* For `RestHealthCheckService` (not really used now), the HttpClient timeout is not impacted by user settings.
* For `ServiceManager.IsServiceHeathy`, the http client timeout is impacted by user settings.
* For AAD related REST API calls, because they uses a static `HttpClientFactory` instance, they have never impacted by the user settings.
}
retry++;
} while (needRetry);
endpoint.Online = isHealthy;
Copy link
Member

Choose a reason for hiding this comment

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

what happens when the endpoint count hotreloads to 1 while the last check is Online=false? It does not check again so even if the endpoint is online it does not change back to online?

Copy link
Member Author

Choose a reason for hiding this comment

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

Now the checking will continue if it detects any of the endpoint is offline.

@Y-Sindo Y-Sindo marked this pull request as draft October 26, 2023 05:47
@Y-Sindo Y-Sindo closed this Jan 16, 2024
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