Skip to content

Commit

Permalink
feat: 执行引擎任务调度配额限制 TencentBlueKing#261
Browse files Browse the repository at this point in the history
  • Loading branch information
wangyu096 committed Jun 27, 2024
1 parent 47520e5 commit c1d6334
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.OK);
return new ResponseEntity<>(EsbResp.buildCommonFailResp(ex), HttpStatus.TOO_MANY_REQUESTS);
}

@Override
Expand Down

0 comments on commit c1d6334

Please sign in to comment.