I have a Spring Rest Controller endpoint:
@PostMapping("/someheavyjob") public Response indexAllReports() { someService.startLongRunningOperation();