Sidekiq in Practice takes a step-by-step approach towards building a complex, real-world application that runs a massive volume of jobs through Sidekiq.
Contents include:
1. How to understand scaling: how many processes and servers you need, and how to autoscale them efficiently.
2. Idempotency: Increase your scalability by discarding "unique jobs" and instead use basic computer science to make jobs work regardless of the number of times they are enqueued
3. Memory bloat. How to reduce and diagnose memory problems that are causing you to deal with massive server bills.
4. Concurrency settings, thread safety, queue design and structures, database pool sizes, and more.
Here's what you'll receive:
- An interactive workshop, driven by a command-line experience. (try it now: gem install skp && skp list)
- 9 hands-on exercises which show you how to put the principles of the course into real practice.
- 60 minutes of HD video discussing additional topics on scaling Sidekiq.
- A 100-page reference of the text content from the workshop, available in multiple formats.
- An invite to the Rails Performance Slack channel, an exclusive 5-year-old community of senior Rails developers, Ruby and Rails core team members, and gem authors that are interested in performance.