2017 © Pedro Peláez
 

library scheduledaemon

ScheduleDaemon for Laravel. You must ensure every schedule:run is shorter then 60 seconds otherwise events might be ignored.

image

traum-ferienwohnungen/scheduledaemon

ScheduleDaemon for Laravel. You must ensure every schedule:run is shorter then 60 seconds otherwise events might be ignored.

  • Thursday, March 29, 2018
  • by traum
  • Repository
  • 4 Watchers
  • 0 Stars
  • 335 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 5 Versions
  • 23 % Grown

The README.md

laravel-scheduledaemon

Provides a single artisan command to run schedule:run as a daemon. Use this if, and only if you can guarantee that all your schedule:run executions will terminate in 60 seconds or less. This should be easy if you use schedule:run only to dispatch scheduled jobs to workers. Events might me dropped in case the runs take longer to finish., (*1)

Installation

This package requires at least Laravel 5.5. Install via composer:, (*2)

composer require traum-ferienwohnungen/scheduledaemon

Laravels package auto-discovery feature is supported, so nothing more to do. You may add ServiceProvider manually by editing config/app.php:, (*3)

...
$providers => [
    //...
    ScheduleDaemon\ServiceProvider::class,
    //..
];

Usage

php ./artisan schedule:daemon, (*4)

The Versions

29/03 2018

dev-master

9999999-dev

ScheduleDaemon for Laravel. You must ensure every schedule:run is shorter then 60 seconds otherwise events might be ignored.

  Sources   Download

MIT

The Requires

 

by Till Backhaus

laravel

05/12 2017

1.1.0

1.1.0.0

ScheduleDaemon for Laravel. You must ensure every schedule:run is shorter then 60 seconds otherwise events might be ignored.

  Sources   Download

MIT

The Requires

 

by Till Backhaus

laravel

17/11 2016

1.0.2

1.0.2.0

ScheduleDaemon for Laravel. You must ensure every schedule:run is shorter then 60 seconds otherwise events might be ignored.

  Sources   Download

MIT

The Requires

 

by Till Backhaus

laravel

17/11 2016

1.0.1

1.0.1.0

ScheduleDaemon for Laravel. You must ensure every schedule:run is shorter then 60 seconds otherwise events might be ignored.

  Sources   Download

MIT

The Requires

 

by Till Backhaus

17/11 2016

1.0.0

1.0.0.0

ScheduleDaemon for Laravel. You must ensure every schedule:run is shorter then 60 seconds otherwise events might be ignored.

  Sources   Download

MIT

The Requires

 

by Till Backhaus