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

cleanup: dedup by tracking_id in the create_chunk handler #2957

Open
skeptrunedev opened this issue Dec 16, 2024 · 0 comments
Open

cleanup: dedup by tracking_id in the create_chunk handler #2957

skeptrunedev opened this issue Dec 16, 2024 · 0 comments
Assignees
Labels

Comments

@skeptrunedev
Copy link
Contributor

Description

Currently, our create_chunk handler simply returns all chunks in the request back. However, if there are duplicated tracking_ids, less than what is given will be created.

We should dedup before returning such that users can get a more accurate understanding of how many chunks will be created from their request.

Target(s)

server

Community channels

Matrix is preferred. Reach out on discord or Matrix for further assistance.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants