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

feat: Implement worker threads for upload processing #1591

Merged
merged 7 commits into from
Sep 1, 2024

Commits on Aug 31, 2024

  1. Revert "Revert "chore: remove debug option" (#1590)"

    This reverts commit 322120f.
    aalemayhu authored Aug 31, 2024
    Configuration menu
    Copy the full SHA
    b25f2ad View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2024

  1. feat: wip

    aalemayhu committed Sep 1, 2024
    Configuration menu
    Copy the full SHA
    db94d09 View commit details
    Browse the repository at this point in the history
  2. fix: make the APKG generation thread safe

    Using the file system location is much more reliable than passing around buffer.
    aalemayhu committed Sep 1, 2024
    Configuration menu
    Copy the full SHA
    84dc7a5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    408d4b5 View commit details
    Browse the repository at this point in the history
  4. chore: remove dbeug log

    aalemayhu committed Sep 1, 2024
    Configuration menu
    Copy the full SHA
    2c04640 View commit details
    Browse the repository at this point in the history
  5. fix: reduce memory usage

    Do not copy apkg when not used. Due to the thread changes we do not to
    keep the buffer in memory.
    aalemayhu committed Sep 1, 2024
    Configuration menu
    Copy the full SHA
    db72956 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    effca58 View commit details
    Browse the repository at this point in the history