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

fix(uploader): Make sure every request is added to the job queue #1326

Merged
merged 1 commit into from
Aug 14, 2024

Commits on Aug 14, 2024

  1. fix(uploader): Make sure every request is added to the job queue

    Remove the hack with the concurrency of the job queue,
    instead refactor the directory creation:
    1. Add it to the upload queue (to track progress)
    2. Add the request to the job queue
    3. Wait for parent to be created -> continue with children
    
    Signed-off-by: Ferdinand Thiessen <[email protected]>
    susnux committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    e4b9d1c View commit details
    Browse the repository at this point in the history