Ceglee
Results
1
comments of
Ceglee
I think, in method `createJobExecution` changing this condition: `if (execution.isRunning() || execution.isStopping()) {...}` to something like this: `if (execution.isStarting() || execution.isRunning() || execution.isStopping()) {...}` might help.