-
Notifications
You must be signed in to change notification settings - Fork 10
Need new API endpoint to fetch the status of indexing #818
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
Comments
@chuang-CE The new API is available on sandbox: GET /envelopes/:envelope_id/indexing_status It shows whether an indexing job for the envelope is in the queue or not. And if it is, whether it's being processed right now or waiting for its turn. |
@chuang-CE The new endpoint is this: It returns the number of jobs waiting in the queue and the number of jobs being currently processed. |
@excelsior The new endpoint looks good, I can close this issue once that is merged and pushed to CLLC registry |
@excelsior provide a timeline to get this merged/pushed. |
@excelsior Can you please provide a timeline for this change to be merged/ pushed in the CLLC Registry so we can close out this issue. |
Merged and pushed in the CLLC repo. |
@chuang-CE - should we close this issue? |
@chuang-CE Can we now go ahead and close this issue based on the update from edgarf above?. Please let me know and I can do it on your behalf. |
We need an API endpoint that will let us know if there are still envelopes in process of being indexed. This way we don't queue up duplicate jobs.
The text was updated successfully, but these errors were encountered: