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

fix(queues): best effort batching during shutdown #11376

Merged
merged 5 commits into from
Aug 17, 2023

Commits on Aug 15, 2023

  1. fix(queue): test case for batching during worker shutdown

    The new batch queue completely disables batch processing during shutdown. When queue entries are sent to a backend service, the accumulated sequential callback execution time will likely exceed the forced shutdown timeout and some data lost.
    JensErat committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    52d08aa View commit details
    Browse the repository at this point in the history
  2. fix(queue): batching during worker shutdown

    The new batch queue completely disables batch processing during shutdown. When queue entries are sent to a backend service, the accumulated sequential callback execution time will likely exceed the forced shutdown timeout and some data lost.
    JensErat committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    7d73b67 View commit details
    Browse the repository at this point in the history
  3. linter fixes/code style

    JensErat committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    e42f2c5 View commit details
    Browse the repository at this point in the history
  4. add changelog entry

    JensErat committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    adedeb4 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2023

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