Skip to content

Commit

Permalink
resolved pr check
Browse files Browse the repository at this point in the history
Signed-off-by: msvinaykumar <vinakuma@redhat.com>
  • Loading branch information
msvinaykumar committed Oct 8, 2024
1 parent ee8b7dd commit 0c43ad3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ protected void doPost(HttpServletRequest request, HttpServletResponse response)
);
jobStatusMap.put(jobID, new BulkJobStatus(jobID, IN_PROGRESS, 0, data, Instant.now()));
// Submit the job to be processed asynchronously
executorService.submit(new BulkJobManager(jobID, jobStatusMap, payload));
// executorService.submit(new BulkJobManager(jobID, jobStatusMap, payload));

// Just sending a simple success response back
// Return the jobID to the user
Expand Down

0 comments on commit 0c43ad3

Please sign in to comment.