Sidekiq

Sidekiq uses threads to handle many jobs at the same time in the same process. It does not require Rails but will integrate tightly with Rails to make background processing dead simple. In this series, learn how to set up Sidekiq, use scheduled recurring tasks and deploy Sidekiq to a production environment.
  • 19min
  • 3 Episodes
  • 19min Remaining
19min Remaining
  1. Sidekiq Basics
    Play
    7:34 CC

    #59 Dec 18, 2016

    Sidekiq is a Ruby Background Processor that manages its queue with a Redis service. Learn the basics of Sidekiq and integrating it with ActiveJob.
    • 7min
    • 16
    • 2

  2. Periodic Tasks with sidekiq-cron
    Play
    4:59 CC

    #61 Jan 2, 2017

    Using a third-party add-on, sidekiq-cron, we can create periodic tasks to extend the functionality of sidekiq.
    • 4min
    • 11
    • 14

  3. Sidekiq on Production
    Play
    6:58 CC

    #60 Dec 25, 2016

    Sidekiq is a Ruby Background Processor that manages its queue with a Redis service. Learn to deploy Sidekiq to your production environment.
    • 6min
    • 14
    • 4