fettle v0.1.0 Fettle View Source

Dynamic API for configuring health checks, and interacting with health state.

Normally healthchecks are auto-configured via config, but can be added at any time, which may be useful in certain circumstances.

This module also provides functions for obtaining the current state of checks, either in a form supported by a Fettle.Schema module, or a simple boolean.

Link to this section Summary

Functions

Add a new health-check spec and module for periodic execution

Add a new health-check spec and module and arguments for periodic execution

Check if all tests are in a healthy state

Report in the current health check status

Link to this section Functions

Add a new health-check spec and module for periodic execution

Add a new health-check spec and module and arguments for periodic execution

Check if all tests are in a healthy state.

Link to this function report(schema_module \\ nil) View Source
report(schema_module :: atom | nil) :: Fettle.Schema.report

Report in the current health check status.