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

Add CanConnect or similar API for health checks #13235

Closed
ajcvickers opened this issue Sep 6, 2018 · 0 comments
Closed

Add CanConnect or similar API for health checks #13235

ajcvickers opened this issue Sep 6, 2018 · 0 comments
Labels
closed-fixed The issue has been fixed and is/will be included in the release indicated by the issue milestone. type-enhancement
Milestone

Comments

@ajcvickers
Copy link
Member

Notes:

  • There will be a default relational implementation that at least opens a connection and possibly runs a query
  • Relational providers can override this if something else is needed
  • Non-relational providers can do whatever makes sense for them
  • There will be an overload that takes something like Func<TContext, bool> that can be used for doing a fully custom check.

/cc @glennc @divega @rynowak

@ajcvickers ajcvickers self-assigned this Sep 7, 2018
@ajcvickers ajcvickers added this to the 2.2.0 milestone Sep 7, 2018
ajcvickers added a commit that referenced this issue Sep 11, 2018
ajcvickers added a commit that referenced this issue Sep 11, 2018
ajcvickers added a commit that referenced this issue Sep 11, 2018
@ajcvickers ajcvickers added the closed-fixed The issue has been fixed and is/will be included in the release indicated by the issue milestone. label Sep 11, 2018
@ajcvickers ajcvickers modified the milestones: 2.2.0-preview2, 2.2.0 Sep 11, 2018
@ajcvickers ajcvickers modified the milestones: 2.2.0-preview3, 2.2.0 Nov 11, 2019
@ajcvickers ajcvickers removed their assignment Sep 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
closed-fixed The issue has been fixed and is/will be included in the release indicated by the issue milestone. type-enhancement
Projects
None yet
Development

No branches or pull requests

1 participant