2017 © Pedro Peláez
 

library laravel-supervisor

A simple supervisor tool that allows to run the Laravel Queue from the crontab

image

filippo-toso/laravel-supervisor

A simple supervisor tool that allows to run the Laravel Queue from the crontab

  • Monday, January 29, 2018
  • by filippo.toso
  • Repository
  • 0 Watchers
  • 0 Stars
  • 15 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 8 Versions
  • 15 % Grown

The README.md

Laravel Supervisor

A simple supervisor tool that allows to run the Laravel Queue from the crontab., (*1)

Requirements

  • PHP 5.6+
  • Laravel 5.0+

Installing

Use Composer to install it:, (*2)

composer require filippo-toso/laravel-supervisor

Using It

For a small site you just need to add the following command to your crontab (once every minute)., (*3)

php artisan supervisor:run

For larger sites you may want to publish the configuration and add multiple commands to run different queues:, (*4)

php artisan vendor:publish --provider="FilippoToso\LaravelSupervisor\SupervisorServiceProvider"

In the configuration file you can find useful details., (*5)

Limitations

This package starts a command at each execution. This means that, if you have configured 5 commands to be executed, it can take up to 5 minutes to start them all. It also means that's best to place the most important commands (i.e. the queue) at the beginning of the commnads array., (*6)

If this limitation is a dealbreaker for you, just use the real supervisor!, (*7)

The Versions

29/01 2018

dev-master

9999999-dev

A simple supervisor tool that allows to run the Laravel Queue from the crontab

  Sources   Download

MIT

The Requires

 

by Filippo Toso

29/01 2018

v1.0.7

1.0.7.0

A simple supervisor tool that allows to run the Laravel Queue from the crontab

  Sources   Download

MIT

The Requires

 

by Filippo Toso

29/01 2018

v1.0.6

1.0.6.0

A simple supervisor tool that allows to run the Laravel Queue from the crontab

  Sources   Download

MIT

The Requires

 

by Filippo Toso

29/01 2018

v1.0.5

1.0.5.0

A simple supervisor tool that allows to run the Laravel Queue from the crontab

  Sources   Download

MIT

The Requires

 

by Filippo Toso

29/01 2018

v1.0.4

1.0.4.0

A simple supervisor tool that allows to run the Laravel Queue from the crontab

  Sources   Download

MIT

The Requires

 

by Filippo Toso

29/01 2018

v1.0.3

1.0.3.0

A simple supervisor tool that allows to run the Laravel Queue from the crontab

  Sources   Download

MIT

The Requires

 

by Filippo Toso

29/01 2018

v1.0.2

1.0.2.0

A simple supervisor tool that allows to run the Laravel Queue from the crontab

  Sources   Download

MIT

The Requires

 

by Filippo Toso

29/01 2018

v1.0.1

1.0.1.0

A simple supervisor tool that allows to run the Laravel Queue from the crontab

  Sources   Download

MIT

The Requires

 

by Filippo Toso