remove try update in init ... we really don't need the init to access the db or do any work. (#4498)

Co-authored-by: Richard Kuo (Onyx) <rkuo@onyx.app>
This commit is contained in:
rkuo-danswer
2025-04-10 10:15:28 -07:00
committed by GitHub
parent 24184024bb
commit 77e60b9812

View File

@@ -41,7 +41,6 @@ class DynamicTenantScheduler(PersistentScheduler):
# Let the parent class handle store initialization
self.setup_schedule()
self._try_updating_schedule()
task_logger.info(
f"DynamicTenantScheduler initialized: reload_interval={self._reload_interval}"
)