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>
This commit is contained in:
commit
27d0dce910
4 changed files with 441 additions and 0 deletions
1
__init__.py
Normal file
1
__init__.py
Normal file
|
|
@ -0,0 +1 @@
|
|||
"""Egregore Schedule Service - Cron-like task scheduler"""
|
||||
Loading…
Add table
Add a link
Reference in a new issue