This commit is contained in:
anlicheng 2025-09-16 19:23:48 +08:00
parent 63d6a8f264
commit 9f8dc202ac

View File

@ -80,7 +80,6 @@ handle_call({deploy, TaskId, Config}, _From, State = #state{root_dir = RootDir,
{ok, TaskPid} = efka_inetd_task:start_link(TaskId, RootDir, Config),
efka_inetd_task:deploy(TaskPid),
lager:debug("[efka_inetd] start deploy task_id: ~p, config: ~p", [TaskId, Config]),
%% todo
{reply, ok, State#state{task_map = maps:put(TaskPid, TaskId, TaskMap)}};
%% :