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

Please consider the following formatting changes to #12451 #237

Closed
wants to merge 3 commits into from

Commits on Dec 13, 2023

  1. DPL: get rid of simplified CompletionPolicy

    The full blown version has been there for a while now, and in any case
    it's required if one wants to access the oldest possible timeframe.
    ktf committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    0953e70 View commit details
    Browse the repository at this point in the history
  2. DPL: wait as long as possible for Sporadic inputs

    Right now if we have the standard consumeWhenAll policy and we have a sporadic
    input, it will wait indefinitely until all the inputs arrive or it will drop
    timeframes without that sporadic input.
    
    This changes the behavior and waits only until the oldest possible timeframe
    does not allow the Sporadic input to be there. At which point, it schedules the
    processing in any case, under the assumption that a task declaring a sporadic
    input knows what to do in case it's not there.
    ktf committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    8642aee View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e9acdf4 View commit details
    Browse the repository at this point in the history