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

Resque: The Journey

Sponsored · SiteGround - Reliable hosting with speed, security, and support you can count on.

Resque: The Journey

My slides from a talk I gave on Resque at the Cape Town Ruby Brigade.

Avatar for Robert Fall

Robert Fall

July 12, 2012
Tweet

More Decks by Robert Fall

Other Decks in Technology

Transcript

  1. BUT HOW? class Archive @queue = :file_serve def self.perform(repo_id, branch

    = 'master') repo = Repository.find(repo_id) repo.create_archive(branch) end end Serialized into JSON