mirror of
https://github.com/RD17/ambar.git
synced 2026-04-25 15:35:49 +03:00
[GH-ISSUE #62] API methods to check processing status #63
Labels
No labels
$$ Paid Support
bug
bug
enhancement
help wanted
invalid
pull-request
question
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ambar#63
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @jenkin on GitHub (Aug 9, 2017).
Original GitHub issue: https://github.com/RD17/ambar/issues/62
Sending file to ambar is an asynchronous task, so you have to poll API with the file id to check if processing is finished and to retrieve parsed text. But I find the endpoint response is "404 file not found" both for in processing files and failed ones.
Can you add a persistent status endpoint with similar information I can see in rabbit log?
@sochix commented on GitHub (Aug 9, 2017):
@jenkin thank you for your feedback! We'll add this to our internal roadmap
@jenkin commented on GitHub (Aug 9, 2017):
Thank you very much, for now I'll use a cache to keep track of processing files and set a time interval to check failed ones.
@stale[bot] commented on GitHub (Sep 10, 2018):
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.