Module: Dipa::Services::ProcessFailureHandling

Extended by:
ActiveSupport::Concern
Included in:
AgentServices::ProcessingService
Defined in:
app/services/concerns/dipa/services/process_failure_handling.rb

Constant Summary collapse

STATES_TO_CHECK_FOR =

Order of the checks is important here

%i[
  aborted_through_coordinator
  aborted_through_coordinator_timed_out
  aborted_through_coordinator_processing_timed_out
  timed_out
  processing_timed_out
].freeze