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

profiler: randomize wait duration before retrying upload #1396

Merged
merged 1 commit into from
Jul 21, 2022

Commits on Jul 21, 2022

  1. profiler: randomize wait duration before retrying upload

    PR #827 introduced a randomized wait duration before retrying a failed
    profile upload. This was done to reduce the likelihood of flooding the
    backend with uploads. The wait was done to be an average of half the
    profiling perdio. However, PR #961 lost this behavior when introducing
    interruptible sleeps. This commit restores the lost behavior.
    
    Fixes #1395
    nsrip-dd committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    4ebd037 View commit details
    Browse the repository at this point in the history