HealthCheck
view release on metacpan or search on metacpan
}
],
DESCRIPTION
Allows you to create callbacks that check the health of your
application and return a status result.
There are several things this is trying to enable:
* A fast HTTP endpoint that can be used to verify that a web app can
serve traffic. To this end, it may be useful to use the runtime
support option, available in HealthChecks::Diagnostic.
* A more complete check that verifies all the things work after a
deployment.
* The ability for a script, such as a cronjob, to verify that it's
dependencies are available before starting work.
* Different sorts of monitoring checks that are defined in your
lib/HealthCheck.pm view on Meta::CPAN
#pod
#pod Allows you to create callbacks that check the health of your application
#pod and return a status result.
#pod
#pod There are several things this is trying to enable:
#pod
#pod =over
#pod
#pod =item *
#pod
#pod A fast HTTP endpoint that can be used to verify that a web app can
#pod serve traffic.
#pod To this end, it may be useful to use the runtime support option,
#pod available in L<HealthChecks::Diagnostic>.
#pod
#pod =item *
#pod A more complete check that verifies all the things work after a deployment.
#pod
#pod =item *
#pod
#pod The ability for a script, such as a cronjob, to verify that it's dependencies
lib/HealthCheck.pm view on Meta::CPAN
Allows you to create callbacks that check the health of your application
and return a status result.
There are several things this is trying to enable:
=over
=item *
A fast HTTP endpoint that can be used to verify that a web app can
serve traffic.
To this end, it may be useful to use the runtime support option,
available in L<HealthChecks::Diagnostic>.
=item *
A more complete check that verifies all the things work after a deployment.
=item *
The ability for a script, such as a cronjob, to verify that it's dependencies
( run in 1.164 second using v1.01-cache-2.11-cpan-2b1a40005be )