79371010

Date: 2025-01-20 10:42:29
Score: 0.5
Natty:
Report link

The task executor is for the parallel processing of chunks not for one time execution of a step https://docs.spring.io/spring-batch/reference/scalability.html If you remove it then it will execute once. You can set the name of the thread in your step execution function Thread.currentThread().setName("mythread");

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: binboavetonik