Class RemoveStaleJobsInProgressActionPerformable

java.lang.Object
com.bluebell.greenhouse.radicle.performable.impl.RemoveStaleJobsInProgressActionPerformable
All Implemented Interfaces:
DurableActionHandler<EmptyJobPayload>

@Component("removeStaleJobsInProgressActionPerformable") public class RemoveStaleJobsInProgressActionPerformable extends Object implements DurableActionHandler<EmptyJobPayload>
Action that removes Jobs left marked as running long after lease recovery would have closed them out.
Version:
3.0.6
Author:
Stephen Prizio