Upgrade to Pro — share decks privately, control downloads, hide ads and more …

UW Advanced Rails Week 5

UW Advanced Rails Week 5

Ben Woodall

April 30, 2015
Tweet

More Decks by Ben Woodall

Other Decks in Programming

Transcript

  1. What are Background Jobs? Process that are run in the

    background Independent from our Rails app 4
  2. Tasks to be Run at a Later Date Mailers Billing

    Analytics Building Cleanup 10
  3. Delayed Job Pros Created by Shopify Very mature product. Well

    maintained. Very simple to add, no external services Uses ActiveRecord for queueing 14