Skip to content

Commit

Permalink
[INLONG-9138][Agent] Add task manager
Browse files Browse the repository at this point in the history
  • Loading branch information
justinwwhuang committed Oct 27, 2023
1 parent b0ebf82 commit de38b11
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ private void dealWithActionQueue(BlockingQueue<TaskAction> queue) {
TaskProfile profile = action.getProfile();
switch (action.getActionType()) {
case FINISH:
LOGGER.info("test123 deal finish action, taskId {}", profile.getTaskId());
LOGGER.info("deal finish action, taskId {}", profile.getTaskId());
finishTask(profile);
break;
default:
Expand Down

0 comments on commit de38b11

Please sign in to comment.