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

Actions: add random delay to matrix start #3248

Merged
merged 1 commit into from
Jul 6, 2023

Commits on Jul 5, 2023

  1. Actions: add random delay to matrix start

    For our main "build" GitHub Action we build a matrix execution for each
    variant supported. This causes many jobs to start at the same time, and
    could lead to triggering some protections from the external resources
    that they need to pull from (GitHub, crates.io, etc).
    
    This adds a random delay up to 30 seconds to the individual variant runs
    so they don't all kick off the same actions at the same time, hopefully
    spreading some of the load a little better and avoiding some of these
    backoff protections.
    
    Signed-off-by: Sean McGinnis <[email protected]>
    stmcginnis committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    2aa8d86 View commit details
    Browse the repository at this point in the history