module
Version:
v0.0.0-...-74c85ca
Opens a new window with list of versions in this module.
Published: Aug 11, 2020
License: MIT
Opens a new window with license information.
README
¶
Cron-s ![Release](https://img.shields.io/github/release/parker714/cron-s.svg)
crond is a distributed task scheduling system based on raft、time-heap in go.
Overview
./crond agent --http-port :7570 --node-id n2 --bind :8570 --data-dir data/n2
./crond agent --http-port :7571 --node-id n3 --bind 127.0.0.1:8571 --data-dir data/n3 --join 127.0.0.1:7570
./crond agent --http-port :7572 --node-id n4 --bind 127.0.0.1:8572 --data-dir data/n4 --join 127.0.0.1:7570
Installation
Tutorials
License
This project is under the MIT License. See the LICENSE file for the full license text.
Directories
¶
|
|
|
|
internal
|
|
|
|
|
|
|
|
|
|
pkg
|
|
|
|
Click to show internal directories.
Click to hide internal directories.