You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a library user
I want the ingest method to return a failed status if a job fails
So that I can properly set the job status
Currently, if the ingest failed entirely, we get "Ingest job ID not found. Maybe the ingest request failed?" but then we still try to return the job status and ping the non-existent job ID for status. Need a better way to fail out quickly
Acceptance Criteria
Job status gets passed back instead of erroring out
Definition of Done
Check into version control
Code review
Unit/Regression Tests
Passes continuous integration tests (automation via Travis)
Meets acceptance criteria
The text was updated successfully, but these errors were encountered:
As a library user
I want the ingest method to return a failed status if a job fails
So that I can properly set the job status
Currently, if the ingest failed entirely, we get "Ingest job ID not found. Maybe the ingest request failed?" but then we still try to return the job status and ping the non-existent job ID for status. Need a better way to fail out quickly
Acceptance Criteria
Definition of Done
The text was updated successfully, but these errors were encountered: