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

Exponential Backoff for ByteFIFO #15724

Merged
merged 8 commits into from
May 8, 2021

Commits on May 4, 2021

  1. Exponential Backoff for ByteFIFO

    This PR is another in the vein of queue improvements. It suggests an
    exponential backoff for bytefifo queues to reduce the load from queue
    polling. This will mostly be useful for redis queues.
    
    Signed-off-by: Andrew Thornton <[email protected]>
    zeripath committed May 4, 2021
    Configuration menu
    Copy the full SHA
    03d631c View commit details
    Browse the repository at this point in the history

Commits on May 7, 2021

  1. Configuration menu
    Copy the full SHA
    9b42a4f View commit details
    Browse the repository at this point in the history

Commits on May 8, 2021

  1. Configuration menu
    Copy the full SHA
    fce6795 View commit details
    Browse the repository at this point in the history
  2. Update modules/queue/queue_bytefifo.go

    Co-authored-by: Lauris BH <[email protected]>
    zeripath and lafriks authored May 8, 2021
    Configuration menu
    Copy the full SHA
    c174866 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f227928 View commit details
    Browse the repository at this point in the history
  4. as per lunny

    Signed-off-by: Andrew Thornton <[email protected]>
    zeripath committed May 8, 2021
    Configuration menu
    Copy the full SHA
    bda7fa3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    79c91a5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f5dd4c0 View commit details
    Browse the repository at this point in the history