Skip to content

Instantly share code, notes, and snippets.

@mityukov
Last active November 21, 2018 07:57
Show Gist options
  • Save mityukov/66883c3ca509193e22cb13b64cf04a2b to your computer and use it in GitHub Desktop.
Save mityukov/66883c3ca509193e22cb13b64cf04a2b to your computer and use it in GitHub Desktop.
Superviser replacement for shared hosting (Laravel queues)
# just put the following command to crontab. Let say, every 5 minutes:
flock -xn /tmp/laravel_queues.lockfile -c "/usr/bin/php /path/to/laravel/artisan queue:listen"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment