spring-batch
spring-batch copied to clipboard
Avoid duplicated job execution when an execution is waiting to start
trafficstars
This PR fixes https://github.com/spring-projects/spring-batch/issues/3788
https://github.com/spring-projects/spring-batch/pull/4113 also fixes the same issue with more fundamental way, although my PR might have fewer change to interface. Feel free to close it if authors will accept https://github.com/spring-projects/spring-batch/pull/4113.
@cormoran As you mentioned, #4113 fixes the same issue in a more fundamental way, so I'm closing this PR as superseded by #4113.
Thank you for your contribution anyway!