3
0
Fork 0

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:
Lance Edgar 2025-08-10 11:07:30 -05:00
parent eb6ad9884c
commit 7550a7a860
12 changed files with 900 additions and 1 deletions

View file

@ -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