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 query manager improvements #716

Open
wants to merge 15 commits into
base: main
Choose a base branch
from
Open

Provider query manager improvements #716

wants to merge 15 commits into from

Commits on Nov 22, 2024

  1. Provider query manager improvements

    - Replace Debugf with Debugw to avoid unnecessary formatting whn no debug logging.
    - Use atomic value to protect changable timeout.
    - Remove inProgressRequestStatuses map when empty.
    - Do not append to slice forever. Use Deque that reuses items removed from front of slice.
    gammazero committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    64604d3 View commit details
    Browse the repository at this point in the history
  2. mod tidy examples

    gammazero committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    39caa17 View commit details
    Browse the repository at this point in the history
  3. update deque

    gammazero committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    9cb975f View commit details
    Browse the repository at this point in the history
  4. mod tidy examples

    gammazero committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    f65d610 View commit details
    Browse the repository at this point in the history
  5. finish update

    gammazero committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    a351504 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    351b8a9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3e11c1f View commit details
    Browse the repository at this point in the history
  8. Replace providerRequestBufferWorker with channelqueue

    Add configurable options:
    - WithMaxInProcessRequests
    - WithMaxProvidersPerFind
    gammazero committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    f3dd35d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    853b3ce View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4b48c08 View commit details
    Browse the repository at this point in the history
  11. rename options

    gammazero committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    f6d672a View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    84f8f13 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    7409ebe View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2024

  1. mod tidy examples

    gammazero committed Nov 23, 2024
    Configuration menu
    Copy the full SHA
    9326f0a View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2024

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