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

src: limit foreground tasks draining loop #19987

Closed
wants to merge 5 commits into from
Closed

src: limit foreground tasks draining loop #19987

wants to merge 5 commits into from

Commits on Apr 12, 2018

  1. src: limit foreground tasks draining loop

    Foreground tasks that repost themselves can force the draining loop
    to run indefinitely long without giving other tasks chance to run.
    
    This limits the foreground task draining loop to run only the tasks
    that were in the tasks queue at the beginning of the loop.
    
    Fixes: #19937
    ulan committed Apr 12, 2018
    Configuration menu
    Copy the full SHA
    66a7421 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2018

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

Commits on Apr 16, 2018

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

Commits on Apr 20, 2018

  1. Configuration menu
    Copy the full SHA
    167ae0e View commit details
    Browse the repository at this point in the history
  2. [squash] fix comment s/iff/if/.

    ulan committed Apr 20, 2018
    Configuration menu
    Copy the full SHA
    f46763b View commit details
    Browse the repository at this point in the history