
- Implemented APScheduler for automatic uptime checks - Each monitor runs on its own configured interval (default 5 minutes) - Scheduler starts automatically on application startup - Real-time job management when monitors are created/updated/deleted - Added scheduler status and control endpoints - Background logging of all check results - Updated documentation with scheduling features
9 lines
166 B
Plaintext
9 lines
166 B
Plaintext
fastapi==0.104.1
|
|
uvicorn[standard]==0.24.0
|
|
sqlalchemy==2.0.23
|
|
alembic==1.12.1
|
|
pydantic==2.5.0
|
|
requests==2.31.0
|
|
python-multipart==0.0.6
|
|
ruff==0.1.6
|
|
apscheduler==3.10.4 |