Idempotency & Uniqueness To guarantee idempotency, we must be able to define and identify the job uniquely
5
Operational Steps
6
Job-wise vs Step-wise Idempotency
7
Step Batches
8
Batches are Sidekig Pro's tool to create a set of jobs to execute in parallel and then execute a callback when all the jobs are finished.
9
Parallel Executing + Workflow Blocking
Description:
Explore techniques for creating robust and ACIDic background jobs in Ruby infrastructure in this RubyConf 2021 talk. Delve into the importance of idempotency and transactionality in job processing, learning how to define and identify jobs uniquely. Examine operational steps, comparing job-wise and step-wise idempotency approaches. Discover the use of Step Batches in Sidekiq Pro for parallel job execution and workflow blocking. Gain practical insights to enhance your Ruby background job implementation and achieve job bliss through ACIDic principles.