forked from 0xWheatyz/SPARC
Add scheduled/recurring analysis for tracked companies #962
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 manually triggered. Operators who want to track a company over time must remember to re-run analysis regularly.
Task
Acceptance Criteria
Reference
Roadmap: P3 -- Scheduled/recurring analysis.
Triaged by repo manager. This issue has already been resolved.
SPARC/scheduler.pyimplements scheduled/recurring analysis using APScheduler with a configurable interval (SCHEDULE_INTERVAL_HOURSenv var, default 24h).api.pystarts the scheduler at app startup and exposes an/alertsendpoint for recent alerts. Closing as already implemented.