refactor: unify storage config keys and refresh local dev setup
This commit is contained in:
@@ -107,6 +107,10 @@ async def bootstrap() -> bool:
|
||||
|
||||
|
||||
async def run_automation_scheduler_forever() -> None:
|
||||
if config.runtime.environment == "dev":
|
||||
logger.info("Automation scheduler skipped in dev environment")
|
||||
return
|
||||
|
||||
if not config.automation_scheduler.enabled:
|
||||
logger.info("Automation scheduler disabled by config")
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user