Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • pymemri pymemri
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 44
    • Issues 44
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • MemriMemri
  • pymemripymemri
  • Issues
  • #98
Closed
Open
Issue created Feb 03, 2022 by Eelco van der Wel@eelcovdwContributor

Add an async upload queue

Async upload now spawns a thread for each file that is uploaded, which is a problem if youre uploading many large files at the same time. To prevent the plugin locking up due to too many threads, we should implement an upload queue with n worker threads that upload files. Something like https://testdriven.io/blog/developing-an-asynchronous-task-queue-in-python/

  • add queue
  • add tests to measure performance of async upload

┆Issue is synchronized with this Clickup task by Unito

Edited Feb 09, 2022 by Aglaia
Assignee
Assign to
Time tracking