Task scheduler service
Find a file
egregore 27d0dce910 Initial schedule service implementation
Cron-like daemon that wakes reason service on schedule:
- FastAPI on port 8084
- CRUD API for managing schedules
- Cron expression support via croniter
- Calls POST /process on reason service
- Tracks execution history per task
- 30-second check interval

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-02 12:52:19 +00:00
.gitignore Initial schedule service implementation 2026-02-02 12:52:19 +00:00
__init__.py Initial schedule service implementation 2026-02-02 12:52:19 +00:00
main.py Initial schedule service implementation 2026-02-02 12:52:19 +00:00
scheduler.py Initial schedule service implementation 2026-02-02 12:52:19 +00:00