forked from 0xWheatyz/SPARC
Add scheduled/recurring analysis with alerting on significant changes #1611
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
Roadmap item: P3 - Nice to Have
Currently all analysis is on-demand. Users cannot automatically track companies over time or receive alerts when scores change significantly.
What to do
Acceptance criteria
Ref: ROADMAP.md P3 - Nice to Have
This issue is already resolved in main.
scheduler.pyimplements scheduled/recurring analysis using APScheduler withrun_scheduled_analysis()that processes tracked companies on a configurable interval. The scheduler is started viastart_scheduler()at app startup.