Skip to content

huey-periodic

Requires Huey 2.4+ and <4, Python 3.11+. See the compatibility matrix for the full pin string.

Terminal window
pip install z4j-hueyperiodic

Huey's periodic tasks are defined via @huey.periodic_task(crontab(...)) decorators. You can't "add a new periodic task at runtime" without adding code. The dashboard shows them; it cannot create new ones.

Op Supported
List all periodic tasks with their crontab
Show the equivalent five-field crontab
Pause / resume an existing periodic task
Create / delete ✗ (requires code change)
  • Inventory mapping is authoritative. If a periodic definition cannot be mapped, the adapter aborts that snapshot instead of falsely deleting the schedule from the brain mirror.

Huey.