feat: add collectors and rules
This commit is contained in:
@@ -1,13 +1,10 @@
|
||||
# Schedules for rule execution. Cron-like or duration strings.
|
||||
version: "1.0.0"
|
||||
|
||||
schedules:
|
||||
- name: hourly-critical
|
||||
every: "1h"
|
||||
rules:
|
||||
- authority-hierarchy
|
||||
- receipts-schema
|
||||
- name: "hourly"
|
||||
cadence: "0 * * * *"
|
||||
run: ["collect", "evaluate", "report", "sign"]
|
||||
|
||||
- name: daily-health
|
||||
every: "24h"
|
||||
rules:
|
||||
- skills-health
|
||||
- name: "daily"
|
||||
cadence: "0 20 * * *"
|
||||
run: ["collect", "evaluate", "report", "sign", "anchor"]
|
||||
|
||||
Reference in New Issue
Block a user