Skip to content

Commit

Permalink
perf: 正在执行中的作业存活状态维持方案优化 TencentBlueKing#3093
Browse files Browse the repository at this point in the history
  • Loading branch information
wangyu096 committed Jul 4, 2024
1 parent def7ae2 commit 277611f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ ResponseEntity<?> handleResourceExhaustedException(HttpServletRequest request, R
} else {
log.info(errorMsg);
}
return new ResponseEntity<>(EsbResp.buildCommonFailResp(ex), HttpStatus.TOO_MANY_REQUESTS);
return new ResponseEntity<>(EsbResp.buildCommonFailResp(ex), HttpStatus.OK);
}

@Override
Expand Down

0 comments on commit 277611f

Please sign in to comment.