lib/dirty_pipeline/locker.rb in dirty_pipeline-0.2.0 vs lib/dirty_pipeline/locker.rb in dirty_pipeline-0.3.0
- old
+ new
@@ -54,12 +54,9 @@
@locker = locker
@transition = locker.storage.last_event["transition"]
@transition_args = locker.storage.last_event["input"]
end
- # RETRY MODE
- # if state is not RETRY_STATE - finish
- # if state is RETRY_STATE - start
def skip_any_action?
storage.status != Storage::RETRY_STATUS
end
def start!