Skip to content
New issue

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

Fix early-failing ingest requests #5

Open
6 tasks
ColeDCrawford opened this issue Apr 7, 2022 · 0 comments
Open
6 tasks

Fix early-failing ingest requests #5

ColeDCrawford opened this issue Apr 7, 2022 · 0 comments

Comments

@ColeDCrawford
Copy link
Collaborator

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant