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

master: add queue timeout #343

Merged
merged 1 commit into from
May 22, 2024
Merged

master: add queue timeout #343

merged 1 commit into from
May 22, 2024

Commits on May 21, 2024

  1. master: add queue timeout

    LAVA jobs can get stuck for weeks if the priority isn't set properly
    which makes it pointless running those jobs after a week/month when the
    artefacts isn't available anymore or when its to late (someone else
    already done it)to report a bug. Another aspect is that LAVA eat up a
    lot of time just parsing the queue to find the next job to schedule.
    By adding a LAVA queue timeout to the job so it gets canceled if not
    scheduled in time, makes the queue length manageable.
    
    Signed-off-by: Anders Roxell <[email protected]>
    roxell committed May 21, 2024
    Configuration menu
    Copy the full SHA
    a07cf5d View commit details
    Browse the repository at this point in the history