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

Support for parallel processing #182

Merged
merged 2 commits into from
Jun 12, 2023

Commits on Jun 12, 2023

  1. Support for parallel processing

    * Separated and tested the code for signing, relaying, and attesting
    * Split signing, relaying, and attesting into different threads to run
      in parallel
    * Set the groundwork for running these on different intervals
    * Fixed a thread leak in build_processors.  This thread leak is what was
      causing the servers to run out of inodes.  With parallel processing,
    this got way worse and had to be addressed.
    Tyler Ruppert authored and Tyler Ruppert committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    ca6eaf1 View commit details
    Browse the repository at this point in the history
  2. linting fix

    Tyler Ruppert authored and Tyler Ruppert committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    ace84fa View commit details
    Browse the repository at this point in the history