question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Report quartz ready/live healthchecks

See original GitHub issue

Is your feature request related to a problem? Please describe. Quartz can report scheduler healthchecks, like MassTransit do for IBus

Describe the solution you’d like Add healthcheck registration inside AddQuartz?

Describe alternatives you’ve considered Configure healhchecks on IServiceCollectionQuartzConfigurator?

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:13 (13 by maintainers)

github_iconTop GitHub Comments

1reaction
lahmacommented, Nov 28, 2020

Easier for you to write custom one. This kind of check needs more use case specific information than generic one would know (db required, but not running etc).

0reactions
sergeyshaykhullincommented, Nov 28, 2020

So this kind of check is not useful and should not be as part of quartz, right?

Workaround is write a custom check

Read more comments on GitHub >

github_iconTop Results From Across the Web

QuartzHealthCheck never recovers after detecting failure
Start a quartz app with the DB down and then start the DB. The health check always reports an error. Expected behavior. I'd...
Read more >
Health checks in ASP.NET Core
Learn how to set up health checks for ASP.NET Core infrastructure, such as apps and databases.
Read more >
Health Checks - Apache Camel
Configuring level of details in the health check responses · full - The full level will include all details and status from all...
Read more >
Container health checks (services) - Cloud Run
You can configure HTTP, TCP, and gRPC startup health check probes, along with HTTP and gRPC liveness probes for new and existing Cloud...
Read more >
Health checks for your target groups ... - AWS Documentation
Passive health checks enable the load balancer to detect an unhealthy target before it is reported as unhealthy by the active health checks....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found