Acidic Jobs - A Layman's Guide to Job Bliss
Offered By: Ruby Central via YouTube
Course Description
Overview
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.
Syllabus
ACIDic Jobs A Layman's Guide to Job Bliss
Transactional Jobs
– Idempotent Jobs
Idempotency & Uniqueness To guarantee idempotency, we must be able to define and identify the job uniquely
Operational Steps
Job-wise vs Step-wise Idempotency
Step Batches
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.
Parallel Executing + Workflow Blocking
Taught by
Ruby Central
Related Courses
Building Reactive MicroservicesPluralsight Best Practices for Building and Deploying Data Pipelines in Apache Spark
Databricks via YouTube Effective Microservice Communication and Conversation Patterns
NDC Conferences via YouTube Designing Resilient Data Pipelines
USENIX via YouTube I Made Everything Loosely Coupled - Does My App Fall Apart?
GOTO Conferences via YouTube