Background Jobs in TorqueBox 2.0
In this screencast, you'll learn how to use
TorqueBox::Messaging::Backgroundable
to run tasks on separate, background threads - similar to
Delayed::Job
or Resque.
This video builds on a
previous screencast
by adding DataMapper, Haml, and
TorqueBox::Messaging::Backgroundable
to a simple Sinatra application.