We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
{ "name": "flowInputIsNull", "nodes": [ { "nodeName": "eval-alg", "algorithmName": "eval-alg", "input": [ "@flowInput.inputs" ] } ], "flowInput": { "inputs": null } }
trying to send this pipeline (/exec/raw) will result with:
{ "error": { "code": 400, "message": "unable to find flowInput.inputs" } }
{ "name": "simple", "nodes": [ { "nodeName": "green", "algorithmName": "green-alg", "input": [ "files.link" ] }], "triggers": { "pipelines": [ "simple" ] } }
will result with this jobId like this, until api-server error (XMinioInvalidObjectName):
simple:f51ebc86-4c02-4cf9-9c67-78786f4f2064.simple.simple.simple.simple.simple.simple.simple.simple.simple.simple.simple.simple.simple.simple.simple.simple.simple.simple.simple.simple.simple.simple.simple.simple.simple.simple.simple.simple.simple.simple
{ "name": "lowTTL", "nodes": [ { "nodeName": "eval-alg", "algorithmName": "eval-alg", "input": [ null ], "extraData": { "code": [ "(input) => {", "return new Promise((resolve,reject) => {", "setTimeout(() => ", "resolve(4)", ",120000)", "});", "}" ] } } ], "options": { "ttl": 10 } }
{ "name": "checkTheCache", "nodes": [ { "nodeName": "green-alg", "algorithmName": "green-alg", "input": [ null ] }, { "nodeName": "yellow-alg", "algorithmName": "yellow-alg", "input": [ "@green-alg" ] } ] }
Trying to run one node will return the following error:
"error":{ "code":400, "message": "pipeline name must contain only alphanumeric, dash, dot or underscore" }
The cache API creates pipeline name with the : sign
:
"nodeName": "node3", "algorithmName": "eval-alg", "input": [ {"a": "@node1"}, {"b":"@node2"} ]
{ "errno": -5, "code": "EIO", "syscall": "open", "path": "/hkubedata/pub-hkube/<jobId>/<jobId>" }
The text was updated successfully, but these errors were encountered:
maty21
yehiyam
nassiharel
tamir321
No branches or pull requests
FlowInput
trying to send this pipeline (/exec/raw) will result with:
Pipelines Triggers
will result with this jobId like this, until api-server error (XMinioInvalidObjectName):
simple:f51ebc86-4c02-4cf9-9c67-78786f4f2064.simple.simple.simple.simple.simple.simple.simple.simple.simple.simple.simple.simple.simple.simple.simple.simple.simple.simple.simple.simple.simple.simple.simple.simple.simple.simple.simple.simple.simple.simple
Low TTL
Cache API
Trying to run one node will return the following error:
The cache API creates pipeline name with the
:
signExec raw/stored
We are looking at the stored pipelines only. (need to remove it from the swagger schema)
Worker
Jobs Graph
ReadMe API
Jaeger
Logs
The text was updated successfully, but these errors were encountered: