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

[analyze][rearchitecture] Reduce delays on untrusted parts of analyze #3700

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Jan 30, 2024

  1. [analyze][rearchitecture] Reduce delays on untrusted parts of analyze…

    … task
    
    Instead of preprocessing and then putting on the queue for scheduling,
    schedule right away. This eliminates up to 1 minute of time spent
    pulling tasks from the queue and can improve execution speed on batch
    by:
    1. Causing batch to schedule the job earlier because the job
    requires less CPUs than jobs with many tasks. These CPUs may not
    be available in times of high-usage.
    2. Allowing us to set a higher priority for the job.
    jonathanmetzman committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    1a5a321 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f1c91bb View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

  1. Update src/clusterfuzz/_internal/google_cloud_utils/batch.py

    Co-authored-by: Titouan Rigoudy <titouan@chromium.org>
    jonathanmetzman and letitz committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    5354206 View commit details
    Browse the repository at this point in the history