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

Optimized RavenDB HealthChecks #738

Merged
merged 1 commit into from
Mar 9, 2021
Merged

Conversation

ppekrol
Copy link
Contributor

@ppekrol ppekrol commented Mar 7, 2021

  • do not create DocumentStore on each healthcheck - initialization performs additional and unnecessary calls to the server causing a lot of traffic
  • use more lightweight endpoints to perform the healthchecks

- do not create DocumentStore on each healthcheck - initialization performs additional and unnecessary calls to the server causing a lot of traffic
- use more lightweight endpoints to perform the healthchecks
@unaizorrilla unaizorrilla self-assigned this Mar 9, 2021
@unaizorrilla unaizorrilla added the enhancement New feature or request label Mar 9, 2021
@unaizorrilla unaizorrilla merged commit 6f9bdbc into Xabaril:master Mar 9, 2021
@unaizorrilla
Copy link
Collaborator

Merged! Thanks for contribute this!

A release build is on appveyord, when finish a new package 5.0.2 for ravendb will be available on NuGet.!

@sungam3r sungam3r mentioned this pull request Jul 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants