I\'m using the following command to start 2 Resque background workers from my CLI.
COUNT=2 QUEUE=* rake resque:workers RAILS_ENV=production &