forked from 0xWheatyz/SPARC
Add scheduled/recurring analysis with change alerting #703
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?
Context
Roadmap item: P3 - Scheduled/recurring analysis
Analysis runs are currently one-shot. Users must manually re-run to detect new patents or changes in innovation scores.
Work to do
schedulestable to PostgreSQL: company, cron expression, last_run_at, next_run_atAcceptance criteria
Closing as already implemented. Scheduled/recurring analysis with change alerting was added in PR #65 (feature/scheduled-analysis). See SPARC/scheduler.py.