-
Jon Homan 4.03
Description:
As more and more web applications integrate with third-party APIs and other external data, processing those external resources in the background more and more important. A simple job runner is a great start, however as your load increases, you very quickly outgrew that simplistic queuing system. We will cover where getting started using Resque and Redis, how to test your jobs, when it makes sense to use Resque, implementations of Resque in other languages, and look how I've used Resque.
Comments on this Talk
Chris Johnson,
12 Apr 01:00 PM
Had never heard for Resque before, but now I am looking for a reason to use it.

It was very good. Great relevant examples. If you do it again, I think it would be neat to see how to actually set up the environment though rather than using the cloud.