About This Title

Pages: 79
Published: October 2023
ISBN: 9798888650363
In Print

Skill Level Meter

Ruby on Rails Background Jobs with Sidekiq

Run Code Later without Complicating Your App

by David Bryant Copeland

Using Sidekiq for background jobs is a great way to scale and grow your app. This book will give you a solid, practical foundation for creating resilient, well-tested, self-healing code that uses background jobs. You’ll be able to simulate real-world failure modes and learn how to write idempotent code that can be safely run with Sidekiq.


About the Pragmatic Answers Series

Sometimes “right now” just isn’t soon enough. When you’re facing a hard deadline and need features that work and code that passes all the tests, there’s no time to hunt through forums and dubious blog posts hoping to stumble across a solution. You need accurate information from experts you trust. You need hands-on instruction that gets right to the point. You need Pragmatic Answers.

Ebook only and short (around 50 pages), the Pragmatic Answers Series gets you over the toughest hurdles in the blink of an eye.

eBook Formats:

  • PDF for desktop/tablets

  • epub for Apple Books, e-readers

  • mobi for Kindle readers

Get all eBook formats here for $9.99 (USD)

Add to Cart we accept visa, mastercard, amex, discover, paypal


One of the best ways to improve your Rails app’s performance is to use background jobs with Sidekiq. While Sidekiq is easy to get set up, you need to do more than just move code around to reap the benefits. In this book, you’ll get solutions to what sort of code should go into a Sidekiq job and how to manage those jobs.

You’ll create a Sidekiq configuration that will serve as a solid foundation for your app, including how to be notified when jobs inevitably fail. You’ll then tame alerting fatigue by designing idempotent jobs that can be safely retried in the face of the types of transient failures that are common in networked applications, all without alerting you until action is needed. With that foundation, you’ll get a conceptual framework for general monitoring and alerting around your Sidekiq installation and the Redis database it uses, as well as practical tips for organizing the code around your Sidekiq jobs. You’ll also learn valuable testing strategies for code that uses Sidekiq jobs.

In no time at all you’ll build a Rails app using Sidekiq that is efficient, manageable, and sustainable.

What You Need

You should have some experience with Ruby and Rails. You should have a basic understanding of what a background job is. You’ll need to be able to run Docker in order to set up all the software.

Resources

Releases:

  • P1.0 2023/10/18
  • B2.0 2023/09/12
  • B1.0 2023/07/11

Contents & Extracts

  • Preface
  • Introduction
    • What You’ll Need
    • What You’ll Learn
  • From Zero To a Sustainable Sidekiq Config
  • Handle Failures by Planning Ahead
    • Making Sure Jobs Succeed…Eventually
    • Understanding Why Jobs Fail
    • Handling Permanent Failures via Monitoring
    • Managing Transient Failures Through Smarter Code
    • Monitoring for Failed Jobs That Stop Retrying
    • Up Next
  • Safely Retry Jobs by Making Them Idempotent
    • Retrying Failed Jobs Creates New Failures
    • Understanding Idempotence
    • Breaking Down Large Jobs into Safely Retriable Parts
    • Addressing Idempotence Issues with Third Parties
    • Testing Code for Idempotency
    • Assessing Code for Idempotency
    • Using Database Transactions Can Help…Sometimes
    • Up Next
  • Sustainable Operations and Development
    • Monitoring Sidekiq Performance
    • Using Queues and Concurrency to Control Performance
    • Organizing Sidekiq Job Code
    • Additional Topics to Explore Next
    • Wrapping Up

Author

David Bryant Copeland has over 25 years of software development experience, notable at Living Social and as Chief Software Architect at Stitch Fix. He’s grown teams from small to large and been responsible for large Rails codebases. He’s been both code monkey and director, and always maintains a focus on delivering results for users.

eBook Formats:

  • PDF for desktop/tablets

  • epub for Apple Books, e-readers

  • mobi for Kindle readers

Get all eBook formats here for $9.99 (USD)

Add to Cart we accept visa, mastercard, amex, discover, paypal

Related Titles:

Skill Level Meter

About This Title

Pages: 79
Published: October 2023
ISBN: 9798888650363
Edition: 1
In Print