Skip to content

Instantly share code, notes, and snippets.

@snackycracky
Created March 10, 2014 08:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save snackycracky/9461165 to your computer and use it in GitHub Desktop.
Save snackycracky/9461165 to your computer and use it in GitHub Desktop.
echo "Spawning 100 processes"
for i in {1..100} ; do ( rake jobs:work & ) ; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment