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
Teraslice should return an error when trying to start a job for a non-existent job_id.
job_id
For example, when I tried to restart f443e789-b7f0-4a82-a74c-c79514beee75 I accidentally omitted the leading f and ran this instead:
f443e789-b7f0-4a82-a74c-c79514beee75
f
curl -XPOST -sS ts_test1.tera4:5678/jobs/443e789-b7f0-4a82-a74c-c79514beee75/_start
Teraslice did not respond at all, it just immediately returned.
The text was updated successfully, but these errors were encountered:
attempting to start non existing jobs will now error correctly resolves
28075a1
terascope#562
7a02019
No branches or pull requests
Teraslice should return an error when trying to start a job for a non-existent
job_id
.For example, when I tried to restart
f443e789-b7f0-4a82-a74c-c79514beee75
I accidentally omitted the leadingf
and ran this instead:Teraslice did not respond at all, it just immediately returned.
The text was updated successfully, but these errors were encountered: