Skip to content

Instantly share code, notes, and snippets.

@AndyDangerous
Created October 28, 2014 20:22
Show Gist options
  • Save AndyDangerous/25b1865579d23fc487ad to your computer and use it in GitHub Desktop.
Save AndyDangerous/25b1865579d23fc487ad to your computer and use it in GitHub Desktop.
1. What jobs have you used a worker for in the past?
* All my geolocation stuff in ColoBackcountry
2. How does a worker know to do its work?
* I call `Worker.perform_async(arg)`
3. What kind of jobs could your current project do in a worker?
* All our social media bullshit.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment