deepset-ai / deepset-ai/deepset-cloud-sdk
Wait for ingested files based on only those that were successfully uploaded to S3
Open
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 16
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
Describe the bug
At the moment the ingestion waits based on the number of total files in the initial upload, but we should only wait on ingestion based on the total successfully uploaded to s3
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Trace the ingestion flow from the initial upload through the S3 upload results and identify where the wait count is calculated. Verify the behavior with the existing test suite if relevant tests are present; done means ingestion waits only for files successfully uploaded to S3.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- aws, python
- Domain
- backend, cloud
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100