Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 1.25 KB

README.md

File metadata and controls

36 lines (26 loc) · 1.25 KB

cloudtask-agent

The cloudtask platform task work node.

Join to the cloudtask runtime cluster, according to the runtime tasks distribution table information, responsibled for the final execution of the tasks.

Documents

Usage

binary

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

docker image

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

License

cloudtask source code is licensed under the Apache Licence 2.0.