https://github.com/phore/phore-scheduler
Cloud command scheduler
https://github.com/phore/phore-scheduler
Last synced: 5 months ago
JSON representation
Cloud command scheduler
- Host: GitHub
- URL: https://github.com/phore/phore-scheduler
- Owner: phore
- Created: 2019-09-19T20:02:49.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-12-10T19:07:51.000Z (over 5 years ago)
- Last Synced: 2024-04-18T11:02:31.012Z (about 2 years ago)
- Language: PHP
- Size: 158 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# phore-scheduler
Cloud command scheduler
## Usage:
```
vendor/bin/scheduler --autoload path/to/command.php
```
Start 10 Instances
```console
$ vendor/bin/scheduler --autoload path/to/command.php -d10 -s
```
Examples