forked from 0xWheatyz/SPARC
Add scheduled recurring analysis for tracked companies #818
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
Analysis is currently only triggered manually. Users interested in monitoring a company over time must remember to re-run analysis themselves.
What to do
schedulestable in PostgreSQL (company_name, cron_expression, last_run, next_run, enabled)APScheduleror a simple cron-loop) that triggers batch analysis according to schedulesAcceptance criteria
References
Roadmap item: P3 -- Scheduled/recurring analysis
This issue has already been resolved and merged into main via PR #65 (feat: implement scheduled/recurring analysis with change alerting). Closing as completed.
This issue has already been resolved and merged into main via PR #65 (feat: implement scheduled/recurring analysis with change alerting). Closing as completed.