Class: EdiStatusFlowWorker

Inherits:
Object
  • Object
show all
Includes:
Sidekiq::Job
Defined in:
app/workers/edi_status_flow_worker.rb

Overview

Sidekiq worker: edi status flow.

Instance Method Summary collapse

Instance Method Details

#performObject

Runs the job.

Returns:

  • (Object)

    the result



10
11
12
13
14
15
# File 'app/workers/edi_status_flow_worker.rb', line 10

def perform
  Edi::Amazon::Orchestrator.execute_feed_submission_result_processor
  Edi::Walmart::Orchestrator.execute_feed_submission_result_processor
  Edi::AmazonVc::Orchestrator.execute_transaction_message_processor
  Edi::MiraklSeller::Orchestrator.execute_mirakl_result_processor
end