jhowbhz/console-mutex-divulgawhats

Laravel 控制台命令的互斥锁。由 divulgawhats 提供

0.0.4 2022-11-05 23:02 UTC

This package is auto-updated.

Last update: 2024-09-06 03:03:25 UTC


README

APIGratis Banner

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

描述

避免 Laravel 框架中 crons 任务的冲突,这是我基于原有代码的一个分支和修改。

用法

composer require jhowbhz/console-mutex-divulgawhats

use Illuminated\Console\WithoutOverlapping;

class ExampleCommand extends Command
{
    use WithoutOverlapping;

    // ...
}

其他包

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

🌟 感谢开发者的原创

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