forked from 0xWheatyz/SPARC
Implement scheduled/recurring analysis for tracked companies #394
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
Analysis is entirely manual. Users must remember to re-run analysis to detect new patents or changes in innovation scores.
Work
schedulestable to track which companies should be re-analyzed and at what interval.Acceptance Criteria
Reference
Roadmap item: P3 — Scheduled/recurring analysis.
Closing as already implemented. scheduler.py implements run_scheduled_analysis() with APScheduler BackgroundScheduler for tracked companies.