There are more features that can be defined from the descriptor file.
"webhooks": { "progress": "http://my-url-to-progress", "result": "http://my-url-to-result" }, "priority": 3, "triggers": { "pipelines":[], "cron":{} } "options":{ "batchTolerance": 80, "concurrentPipelines": 2, "ttl": 3600, "progressVerbosityLevel":"info" }
webhooks - There are two types of webhooks, progress and result.
You can also fetch the same data from the REST API.
{jobId}/api/v1/exec/status
{jobId}/api/v1/exec/results
priority - HKube support five level of priorities, five is the highest. Those priorities with the metrics that HKube gathered helps to decide which algorithms should be run first.
triggers - There are two types of triggers that HKube currently support cron
and pipeline
.
Check cron editor in order to construct your cron.
options - There are other more options that can be configured:
trace
debug
info
warn
error
critical
.