Skip to content

Instantly share code, notes, and snippets.

@JesseObrien
Last active October 13, 2015 13:58
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 JesseObrien/4206593 to your computer and use it in GitHub Desktop.
Save JesseObrien/4206593 to your computer and use it in GitHub Desktop.
Resque worker with Laravel bootstrapper
#!/bin/sh
cd vendor/chrisboulton/php-resque
# Replace MyAppName with whatever you want to name this queue
QUEUE=MyAppName APP_INCLUDE=../../../resque_bootstrap.php ENV=local php resque.php
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment