metaltask is a worker of metalflow written in Rust.
- Rust >= 1.59.0
./metaltask --config-file="config.yml" --listen-url="127.0.0.1:9090"
USAGE:
metaltask --config-file <NAME> --listen-url <URL>
OPTIONS:
-c, --config-file <NAME> Config file (.yml)
-h, --help Print help information
-l, --listen-url <URL> Listen url (host:port)
-V, --version Print version information
metaltask parameters can be set in the directory config.
An example of configuration in config.yml:
apiVersion: v1
kind: worker
metadata:
name: metaltask
spec:
task:
clean: false
Project License can be found here.