fix(sysom_framwork): default_channel_job_executor is initialized without a start

This commit is contained in:
SunnyQjm 2023-05-12 17:13:32 +08:00
parent 154d5d43dd
commit 793b189b1e
1 changed files with 1 additions and 0 deletions

View File

@ -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