Sinatra + DJ (DelayedJob) Example
If you’re interested on how to get DJ (DelayedJob) working with Sinatra, here is an example. (DelayedJob is a database backed asynchronous priority queue extracted from Shopify.)
Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!
If you’re interested on how to get DJ (DelayedJob) working with Sinatra, here is an example. (DelayedJob is a database backed asynchronous priority queue extracted from Shopify.)
Comments
What is DJ? I can’t figure it out. The GH project just says it’s a demonstration of Sinatra + DJ, but what is it? LOL :)
Is it delayed_job? That’s all I can dig out in the source code, but other people are going to be confused, so I want to add it to the post.
Peter,
It’s DelayedJob. :) IS there a way to edit the title to put that in parens?
Cool, all sorted - thanks! I’ve added a sentence with context too :)
Peter,
Thanks! I also update the README and sinatra-dj.heroku.com site
Post a comment