forked from 0xWheatyz/SPARC
Implement scheduled/recurring analysis with change alerting #421
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?
Summary
Users cannot set up periodic re-analysis of tracked companies. Automatic alerting on significant changes would enable proactive monitoring.
What to do
scheduled_jobstable with fields:company_name,cron_expression,last_run,next_run,enabledPOST /schedules,GET /schedules,DELETE /schedules/{id}Acceptance Criteria
Reference
Roadmap: P3 - Scheduled/recurring analysis
Triage: Already Implemented
After reviewing the codebase, this issue has already been fully implemented in the current
mainbranch.This issue can be closed.