forked from 0xWheatyz/SPARC
Implement scheduled/recurring analysis with change alerts #220
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?
Context
Currently all analysis runs are manually triggered. Periodic re-analysis of tracked companies would allow users to stay informed about changes without manual intervention.
Roadmap reference: ROADMAP.md > P3 > Scheduled/recurring analysis
What to do
schedulestable (company, cron expression, last_run, next_run).Acceptance criteria
This issue has already been resolved in the current codebase.
SPARC/scheduler.pyimplements scheduled patent analysis with configurable interval (SCHEDULE_INTERVAL_HOURSenv var) and change threshold alerts (CHANGE_THRESHOLD_PERCENTenv var). It re-analyzes tracked companies and detects significant changes.Closing as already implemented.