move job scheduling to DB

This commit is contained in:
Bryan Van Deusen
2026-01-24 23:50:09 -05:00
parent 61e9336eef
commit dc6755a0c2
8 changed files with 50 additions and 12 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ class Settings(BaseSettings):
# Download settings
download_parallel_limit: int = 3
download_rate_limit: float = 3.0
default_check_interval: int = 3600 # seconds
# Note: check_interval is now per-source and stored in database
# Server
host: str = "0.0.0.0"