Skip to content

Commit

Permalink
feat: 优化没有主插件情况下的进程托管处理 (closed #1815)
Browse files Browse the repository at this point in the history
  • Loading branch information
Huayeaaa committed Feb 4, 2024
1 parent 2bea8e0 commit 9be3639
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/backend/subscription/steps/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -1097,8 +1097,8 @@ def _generate_activities(self, plugin_manager: PluginManager):
activities = [
plugin_manager.set_process_status(constants.ProcStateType.UNKNOWN),
plugin_manager.render_and_push_config_by_subscription(self.step.subscription_step.id),
plugin_manager.operate_proc(op_type=constants.GseOpType.DELEGATE, plugin_desc=self.step.plugin_desc),
plugin_manager.operate_proc(op_type=constants.GseOpType.RELOAD, plugin_desc=self.step.plugin_desc),
plugin_manager.operate_proc(op_type=constants.GseOpType.DELEGATE, plugin_desc=self.step.plugin_desc),
plugin_manager.set_process_status(constants.ProcStateType.RUNNING),
]
return activities, None
Expand Down

0 comments on commit 9be3639

Please sign in to comment.