The cloudtask platform center scheduler.
Responsible for task scheduling distribution, processing task failover, cluster node discovery and status management.
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
cloudtask source code is licensed under the Apache Licence 2.0.