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
the get results with web hook comes with job id object.
[ : { : : "jobId":"bigevaltest:e44b1ae9-b10b-4a31-8359-498805d5c093", : : "timestamp":"2018-01-07T11:55:12.661Z", : : "execution_id":"bigevaltest:e44b1ae9-b10b-4a31-8359-498805d5c093", : : "pipeline":"bigevaltest", : : "data": : : { : : : "result": : : : [ : : : : { : : : : : "nodeName":"evalmul", : : : : : "algorithmName":"eval-alg", : : : : : "result":24 : : : : } : : : ], : : : "status":"completed" : : } : } ]
The text was updated successfully, but these errors were encountered:
execution_id has been removed
Sorry, something went wrong.
Merge pull request #6 from kube-HPC/s3-limit
281c605
s3 limit
33be88c
s3 limit .... bump version [skip ci]
Merge pull request #6 from kube-HPC/Storage
3cb1ac7
update input parser, add support for crashed worker
nassiharel
No branches or pull requests
the get results with web hook comes with job id object.
[
: {
: : "jobId":"bigevaltest:e44b1ae9-b10b-4a31-8359-498805d5c093",
: : "timestamp":"2018-01-07T11:55:12.661Z",
: : "execution_id":"bigevaltest:e44b1ae9-b10b-4a31-8359-498805d5c093",
: : "pipeline":"bigevaltest",
: : "data":
: : {
: : : "result":
: : : [
: : : : {
: : : : : "nodeName":"evalmul",
: : : : : "algorithmName":"eval-alg",
: : : : : "result":24
: : : : }
: : : ],
: : : "status":"completed"
: : }
: }
]
The text was updated successfully, but these errors were encountered: