refactor(bot): replace reminder polling with scheduled dispatches

This commit is contained in:
2026-03-24 20:51:54 +04:00
parent a1acec5e60
commit 7f836eeee2
48 changed files with 6425 additions and 1557 deletions

View File

@@ -28,12 +28,8 @@ alert_notification_emails = [
"alerts@example.com"
]
scheduler_utilities_cron = "0 9 * * *"
scheduler_rent_warning_cron = "0 9 * * *"
scheduler_rent_due_cron = "0 9 * * *"
scheduler_timezone = "Asia/Tbilisi"
scheduler_paused = true
scheduler_dry_run = true
scheduled_dispatch_queue_name = "scheduled-dispatches"
scheduled_dispatch_public_base_url = "https://api.example.com"
create_workload_identity = true
github_repository = "whekin/household-bot"