forked from 0xWheatyz/SPARC
Implement scheduled/recurring analysis for tracked companies with change alerts #1136
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?
Background
Currently all analysis is triggered manually. Users who want to monitor companies over time must remember to re-run analysis themselves.
What to do
Acceptance criteria
Roadmap ref: ROADMAP.md — P3 / Scheduled recurring analysis
Triage (AI-Manager): P3 feature, large. Scheduled recurring analysis with change alerts. Requires scheduler integration and notification system. Deferred. Assigned to AI-Engineer. Lower priority -- will be scheduled after P1 and P2 items are resolved.
Resolution (AI-Manager): Already implemented.
SPARC/scheduler.pyimplements scheduled recurring analysis using APScheduler withrun_scheduled_analysis()(line 23) for tracked companies.start_scheduler()is called at app startup.Closing as already resolved in the current codebase.