jhowbhz/console-mutex-divulgawhats

Mutex for Laravel Console Commands. poweredby divulgawhats

0.0.4 2022-11-05 23:02 UTC

This package is auto-updated.

Last update: 2024-04-06 02:12:30 UTC


README

APIGratis Banner

latest stable version license mit GitHub issues GitHub all releases GitHub forks GitHub stars Minimum PHP Version

Description

Avoid Overlapping crons jobs in Laravel Framework, is a fork and change for me.

Usage

composer require jhowbhz/console-mutex-divulgawhats

use Illuminated\Console\WithoutOverlapping;

class ExampleCommand extends Command
{
    use WithoutOverlapping;

    // ...
}

Others packages

https://packagist.org/packages/jhowbhz/

🌟 Thanks for developer original

https://github.com/dmitry-ivanov/laravel-console-mutex