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.
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
cloudtask source code is licensed under the Apache Licence 2.0.