forked from 0xWheatyz/SPARC
Add scheduled/recurring analysis with alerts on significant score changes #376
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
Users must manually re-run analyses to detect changes in a company patent activity. There is no way to set up automatic periodic re-analysis or get alerted when a score changes significantly.
Work
scheduled_analysestable: company name, cron schedule, last run, threshold for alerting.Acceptance Criteria
Reference
Roadmap item: P3 — Scheduled/recurring analysis.
Related: leeworks-agents/SPARC#348 (webhook notifications).
[Triage] Already implemented in main. SPARC/scheduler.py implements scheduled/recurring analysis with APScheduler. Closing as resolved.