From 793b189b1e179f4feee3ecbb98f18b59752709d5 Mon Sep 17 00:00:00 2001 From: SunnyQjm Date: Fri, 12 May 2023 17:13:32 +0800 Subject: [PATCH] fix(sysom_framwork): default_channel_job_executor is initialized without a start --- environment/1_sdk/sysom_utils/framework.py | 1 + 1 file changed, 1 insertion(+) diff --git a/environment/1_sdk/sysom_utils/framework.py b/environment/1_sdk/sysom_utils/framework.py index b4ea13e8..1cef8713 100644 --- a/environment/1_sdk/sysom_utils/framework.py +++ b/environment/1_sdk/sysom_utils/framework.py @@ -70,6 +70,7 @@ class SysomFramework: cls._config.get_local_channel_job_url(), cls.gclient("sysom_channel") ) + default_channel_job_executor.start() return cls @classmethod