optimus icon indicating copy to clipboard operation
optimus copied to clipboard

GetJobSpecification and GetJobSpecifications are not returning 404 if the job is not found

Open arinda-arif opened this issue 3 years ago • 0 comments

Describe the bug GetJobSpecification and GetJobSpecifications are not returning 404 if the job is not found.

Expected behavior

  • If no job is found, should return 404 instead of 200 with an empty job.
  • Any caller can handle it gracefully based on the need
  • For external resource managers (being used when resolving job upstreams externally), if receiving a 404 response it will not return an error.

arinda-arif avatar Jan 02 '23 00:01 arinda-arif