[Ezra] Execute formalization audit: Migrate cron scheduler to APScheduler #136
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?
Per the formalization audit (Issue #132), the homegrown cron scheduler should migrate to
APScheduler.Scope:
APSchedulerdependencySQLAlchemyJobStore(or lightweight JSON job store adapter)Jobfunctions_deliver_result,_build_job_prompt,_run_job_script) as job bodiesjobs.jsonentries on first runcronjobtool and CLI to interact with APScheduler APITarget reduction: ~700 lines
/assign @ezra