Almost the exact same code can be used to scale DJ stuff. If you check out the "Hooks" section of DJ, https://github.com/collectiveidea/delayed_job, you can see it supports the same kind of hooks resque does, specifically the ones needed for auto-scaling, `enqueue` and `after`.
You can take the code from my blog post about resque, and massage it into those methods in your DJ job class, and it should work pretty much the same way. -- You received this message because you are subscribed to the Google Groups "Heroku" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/heroku?hl=en.
