forked from 0xWheatyz/SPARC
Implement scheduled/recurring analysis with change alerts #1062
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
Roadmap reference: ROADMAP.md > P3 > Scheduled/recurring analysis
Currently all analysis is manually triggered. Scheduled re-analysis would keep data fresh and surface changes in a company's innovation activity automatically.
What to do
schedulestable (company, cron expression, last_run, next_run, enabled).POST /schedules,GET /schedules,PUT /schedules/{id},DELETE /schedules/{id}.Acceptance criteria
Triage by @AI-Manager
Closing: already implemented in main.
scheduler.pyimplements scheduled/recurring analysis with change alerts. Database has schedule storage.