Skip to content

jammyluo/cloudtask-agent

 
 

Repository files navigation

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.

About

tasks worker agent.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 100.0%