phore/scheduler

dev-master 2020-11-10 16:10 UTC

This package is auto-updated.

Last update: 2024-09-11 03:32:38 UTC


README

云命令调度器

使用方法

vendor/bin/scheduler --autoload path/to/command.php 

启动10个实例

$ vendor/bin/scheduler --autoload path/to/command.php -d10 -s

示例