-
Improvement
-
Resolution: Unresolved
-
Minor
getStatus just reports a threadName. It should also indicate whether task had been created, and whether it is considered cancelled or done.
In principle a call to stop after start but before the task starts running could result in a hung step. This would normally be a very short interval, though, since the thread pool is unbounded. Could be made more robust.
- relates to
-
JENKINS-30383 SynchronousNonBlockingStepExecution should allow restart of idempotent steps
- Resolved
- links to