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

Files: File transfers should be fair to all tenants and users #167

Open
dvernon-tacc opened this issue Jun 28, 2024 · 0 comments
Open

Files: File transfers should be fair to all tenants and users #167

dvernon-tacc opened this issue Jun 28, 2024 · 0 comments
Assignees

Comments

@dvernon-tacc
Copy link
Collaborator

Currently the file transfers service uses a queue to queue up a task for each file that is transfered. This means that if someone requests a transfer of many files, they are immediately queued up. If a moment later another user requests a transfer, that user must wait for all files of the first transfer to complete. We should process them concurrently.

@dvernon-tacc dvernon-tacc self-assigned this Jun 28, 2024
@dvernon-tacc dvernon-tacc moved this from To Do to In Progress in Tapis Project Beta Board Jun 28, 2024
@dvernon-tacc dvernon-tacc moved this from In Progress to Done/Production in Tapis Project Beta Board Jan 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

No branches or pull requests

1 participant