Skip to content

luckymrwang/cloudtask-center

Repository files navigation

cloudtask-center

The cloudtask platform center scheduler.

Responsible for task scheduling distribution, processing task failover, cluster node discovery and status management.

Documents

Architecture

图片名称

Usage

binary

$  ./cloudtask-center -f etc/config.yaml

docker image

$ docker run -d --net=host --restart=always \
  -v /opt/app/cloudtask-center/etc/config.yaml:/opt/cloudtask/etc/config.yaml \
  -v /opt/app/cloudtask-center/logs:/opt/cloudtask/logs \
  -v /etc/localtime:/etc/localtime \
  --name=cloudtask-center \
  cloudtask/cloudtask-center:2.0.0

License

cloudtask source code is licensed under the Apache Licence 2.0.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published