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

Pause queues #15928

Merged
merged 27 commits into from
Jan 22, 2022
Merged

Pause queues #15928

merged 27 commits into from
Jan 22, 2022

Commits on May 19, 2021

  1. Start adding mechanism to return unhandled data

    Signed-off-by: Andrew Thornton <art27@cantab.net>
    zeripath committed May 19, 2021
    Configuration menu
    Copy the full SHA
    4501559 View commit details
    Browse the repository at this point in the history
  2. Create pushback interface

    Signed-off-by: Andrew Thornton <art27@cantab.net>
    zeripath committed May 19, 2021
    Configuration menu
    Copy the full SHA
    e329084 View commit details
    Browse the repository at this point in the history
  3. Add Pausable interface to WorkerPool and Manager

    Signed-off-by: Andrew Thornton <art27@cantab.net>
    zeripath committed May 19, 2021
    Configuration menu
    Copy the full SHA
    4fec9f3 View commit details
    Browse the repository at this point in the history
  4. Implement Pausable and PushBack for the bytefifos

    Signed-off-by: Andrew Thornton <art27@cantab.net>
    zeripath committed May 19, 2021
    Configuration menu
    Copy the full SHA
    22572ec View commit details
    Browse the repository at this point in the history
  5. Implement Pausable and Pushback for ChannelQueues and ChannelUniqueQu…

    …eues
    
    Signed-off-by: Andrew Thornton <art27@cantab.net>
    zeripath committed May 19, 2021
    Configuration menu
    Copy the full SHA
    a73c034 View commit details
    Browse the repository at this point in the history
  6. Wire in UI for pausing

    Signed-off-by: Andrew Thornton <art27@cantab.net>
    zeripath committed May 19, 2021
    Configuration menu
    Copy the full SHA
    8866235 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2021

  1. add testcases and fix a few issues

    Signed-off-by: Andrew Thornton <art27@cantab.net>
    zeripath committed May 20, 2021
    Configuration menu
    Copy the full SHA
    8d02208 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e9cbc9e View commit details
    Browse the repository at this point in the history

Commits on May 21, 2021

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

Commits on Jun 14, 2021

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

Commits on Jun 17, 2021

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

Commits on Jul 21, 2021

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

Commits on Jul 23, 2021

  1. Configuration menu
    Copy the full SHA
    4730ec1 View commit details
    Browse the repository at this point in the history
  2. fix build

    Signed-off-by: Andrew Thornton <art27@cantab.net>
    zeripath committed Jul 23, 2021
    Configuration menu
    Copy the full SHA
    2f406c7 View commit details
    Browse the repository at this point in the history
  3. prevent "race" in the test

    Signed-off-by: Andrew Thornton <art27@cantab.net>
    zeripath committed Jul 23, 2021
    Configuration menu
    Copy the full SHA
    cd17d66 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2021

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

Commits on Jul 28, 2021

  1. fix jsoniter mismerge

    Signed-off-by: Andrew Thornton <art27@cantab.net>
    zeripath committed Jul 28, 2021
    Configuration menu
    Copy the full SHA
    6ca3946 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2021

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

Commits on Jan 21, 2022

  1. Configuration menu
    Copy the full SHA
    09d7e15 View commit details
    Browse the repository at this point in the history
  2. fix conflicts

    Signed-off-by: Andrew Thornton <art27@cantab.net>
    zeripath committed Jan 21, 2022
    Configuration menu
    Copy the full SHA
    0f11dac View commit details
    Browse the repository at this point in the history
  3. fix format

    Signed-off-by: Andrew Thornton <art27@cantab.net>
    zeripath committed Jan 21, 2022
    Configuration menu
    Copy the full SHA
    899ed54 View commit details
    Browse the repository at this point in the history
  4. Add warnings for no worker configurations and prevent data-loss with …

    …redis/levelqueue
    
    Signed-off-by: Andrew Thornton <art27@cantab.net>
    zeripath committed Jan 21, 2022
    Configuration menu
    Copy the full SHA
    ebed513 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2022

  1. Configuration menu
    Copy the full SHA
    46bd99e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    71f03fc View commit details
    Browse the repository at this point in the history
  3. Use StopTimer

    Signed-off-by: Andrew Thornton <art27@cantab.net>
    zeripath committed Jan 22, 2022
    Configuration menu
    Copy the full SHA
    cd6dde2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c8c2175 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    061dd4a View commit details
    Browse the repository at this point in the history