-
Notifications
You must be signed in to change notification settings - Fork 0
Schedules and Findings
Recurring monitors and aggregated quality issues in Mission Control.
Turn any job into a loop (5 min – 6 h). Single-flight: a due schedule won’t start if another job is already running.
Typical uses:
| Interval | Job |
|---|---|
| Every 15 min | Smoke |
| Hourly | Site audit |
| Daily | TLS check |
| Custom | Flow / route-sweep / API / realtime / vitals |
Add/remove from the Schedules panel or ⌘K. Local spec paths must stay inside the repo; URLs pass target policy.
API: GET/POST/DELETE /api/dashboard/schedules[/{id}] — Dashboard API.
Enterprise schedules persist in SQLite (reports/mission-control.db or ZYVOR_STATE_DB) and reject raw secrets in params.
Findings aggregates issues from quality jobs (audit failures, probe hits, flaky offenders, etc.) so you don’t dig through every run row.
Pair with:
- QA Runs — sparkline + expandable history + JSON export
- Test health — worst offenders (fail count / % / flaky badge)
- Videos — recorded journeys + zip download
Using the Dashboard · Probes and Audits · Common Workflows · Enterprise
Start: Home · Getting Started · Tutorials · Workflows · Admin · Dashboard
Tutorials: Spec→Test · NL · GitHub · Coverage · Visual · Notify · External CI · Agent CI · zyvor.dev · Specs
Build: Architecture · Config · Authoring · Structure · Multi-browser · Rust
Actions: Mission Control · Journeys · API/Auth · Probes · Schedules · Ask Zyvor · Autofix
Ship: API · Webhooks · Security · CI/CD · Deploy · Releases · Enterprise
More: Troubleshoot · FAQ · Glossary · Contributing · Demos · Docs
Guides