mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-09-14 10:35:47 +02:00
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:
@@ -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}"
|
||||
)
|
||||
|
Reference in New Issue
Block a user