hourly refresh
Build and Push Docker Image / build (push) Successful in 43s

This commit is contained in:
2026-05-28 00:54:54 -05:00
parent 72847daaf7
commit 0d077b558e
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -607,7 +607,7 @@ with app.app_context():
sync_all_controllers()
scheduler = BackgroundScheduler()
scheduler.add_job(sync_all_controllers, "interval", hours=6)
scheduler.add_job(sync_all_controllers, "interval", hours=1)
scheduler.start()
if __name__ == "__main__":