Skip to content

Instantly share code, notes, and snippets.

@ordinaryzelig
Created April 25, 2013 15:02
Show Gist options
  • Save ordinaryzelig/5460387 to your computer and use it in GitHub Desktop.
Save ordinaryzelig/5460387 to your computer and use it in GitHub Desktop.

development:

  • install resque
  • replace AJAX downloading with new background job
  • create worker that executes query, emails when done

deployment:

  • install redis
  • install resque gem via rake gems:install
  • start resque queue via rake resque:work QUEUE=*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment