Sidekiq beyond basics

This post contains some notes I took while reading through the Sidekiq Github wiki. These notes assume that you already have a basic working experience with Sidekiq, including creating and managing jobs. As such, it skips over those basics.

Basics

Redis

Error handling and debugging

Multiple queues

Logging

Sharding

Extensions

Serial execution

For my own use case, serial execution is something unavoidable. I'll detail my approach for this in a different blog post. So long!