Module: Easykiq

Defined in:
lib/easykiq/batching_job.rb,
lib/easykiq.rb,
lib/easykiq/version.rb,
lib/easykiq/orchestration.rb,
lib/easykiq/orchestration_job.rb,
lib/easykiq/orchestration_executor.rb

Overview

def on_success(_status, options)

  same_id_as_before = options["args"].first
  Record.find(same_id_as_before).success!
end

end

ExampleJob.perform_async(some_id)

Come home to the impossible flavor of batch creation

Defined Under Namespace

Modules: BatchingJob, OrchestrationJob Classes: BaseBatch, Orchestration, OrchestrationExecutor

Constant Summary collapse

VERSION =
"0.0.1"