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

provider: refactor to only maintain one batched implementation and add throughput callback #273

Merged
merged 2 commits into from
Jun 1, 2023

Commits on May 31, 2023

  1. provider: refactor to only maintain one batched implementation and ad…

    …d throughput callback
    
    This code does a few things:
    1. Remove the simple provider to avoid duplicating features.
    2. Add the support for single providing on the batched provider.
    3. Fix a bugs in the batched provider.
    4. Add support for a throughputCallback in the batched provider.
    6. Add support for an offline mode of the batched provider (stuff is exclusively pushed onto the queue).
    5. Move the batched provider to be the only provider and make the queue implementation private.
    Jorropo committed May 31, 2023
    Configuration menu
    Copy the full SHA
    9af1291 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    07350aa View commit details
    Browse the repository at this point in the history