Skip to content

Instantly share code, notes, and snippets.

@lyondhill
Created March 16, 2012 15:54
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 lyondhill/2050653 to your computer and use it in GitHub Desktop.
Save lyondhill/2050653 to your computer and use it in GitHub Desktop.
worker1:
exec: QUEUE=default php /var/www/worker.php
start:
ready: ready to accept jobs
timeout: 10
exec: QUEUE=default php /var/www/worker.php
stop:
signal: QUIT
timeout: 60
exec: php /var/www/worker.php --quit-graceful
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment