feat: add problem checks + handler feature
the basic idea is to run nightly checks and send email if problems are found. it should also support variations on that theme, e.g. configuring a check to only run on certain weekdays.
This commit is contained in:
parent
eb6ad9884c
commit
7550a7a860
12 changed files with 900 additions and 1 deletions
|
@ -51,3 +51,15 @@ Print a new universally-unique identifier to standard output.
|
|||
Defined in: :mod:`wuttjamaican.cli.make_uuid`
|
||||
|
||||
.. program-output:: wutta make-uuid --help
|
||||
|
||||
|
||||
.. _wutta-problems:
|
||||
|
||||
``wutta problems``
|
||||
------------------
|
||||
|
||||
Find and report on problems with the data or system.
|
||||
|
||||
Defined in: :mod:`wuttjamaican.cli.problems`
|
||||
|
||||
.. program-output:: wutta problems --help
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue