Custom Error Pages with Slack Notification
Play
9:06 CC

Custom Error Pages with Slack Notification

#91 Jul 30, 2017 free
Learn to use custom error pages to provide a similar look to your application. Get notified on Slack as errors occur to act on them before they're reported.

Sidekiq Basics
Play
7:34 CC

Sidekiq Basics

#59 Dec 18, 2016 free
Sidekiq is a Ruby Background Processor that manages its queue with a Redis service. Learn the basics of Sidekiq and integrating it with ActiveJob.

Sidekiq on Production
Play
6:58 CC

Sidekiq on Production

#60 Dec 25, 2016 free
Sidekiq is a Ruby Background Processor that manages its queue with a Redis service. Learn to deploy Sidekiq to your production environment.

ActiveJob
Play
5:24 CC

ActiveJob

#9 Jul 30, 2015 free
ActiveJob is a built in wrapper within Rails 4 for your background processors. By adding this layer to your application, swapping background processors is much easier as you will only be affecting a limited number of files.

Periodic Tasks with sidekiq-cron
Play
4:59 CC

Periodic Tasks with sidekiq-cron

#61 Jan 2, 2017 free
Using a third-party add-on, sidekiq-cron, we can create periodic tasks to extend the functionality of sidekiq.