-
Notifications
You must be signed in to change notification settings - Fork 11
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
phase 1: changes to async-job-checking and asyncquery endpoints #602
Comments
Noting some info from @tokebe on Slack, regarding async-job's response "status" field:
|
Update notes: opening post was last updated 4/4 evening
|
@tokebe's question and its answer: Question:
Answer to implement: we intended that a bad request would return a 400 or other HTTP code, at which point AsyncQueryResponse and job_id are not required.... References:
|
No new code required to address the current answer to my question, unless something changes, the only thing left is updating our own SmartAPI. |
Note that If we push these updates up to ITRB prod, we may need to check that this webpage still works.. |
EDIT: I'd like @tokebe to confirm that the requirements of this issue have been fulfilled and if so, close this issue... |
Requirements fulfilled, related follow-up work can be tracked under #671 |
Basic summary:
/async_query_status/{job_id}
endpoint and response formatAsyncQueryStatusResponse
check_query_status
endpoint...another option is to make a new endpoint?/asyncquery
response format...they now require thejob_id
(look upAsyncQueryResponse
in the linked PR)/async_query_status/{job_id}
endpoint since it's newI'll leave it to others like @tokebe or @newgene to add details/requirements as needed.
From bullet 5 of changelog:
The text was updated successfully, but these errors were encountered: