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

Use histograms for BeaconProcessor queue lengths #4515

Closed
wants to merge 40 commits into from

Commits on Jul 10, 2023

  1. Start adding HTTP queues

    paulhauner committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    238837b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e911287 View commit details
    Browse the repository at this point in the history
  3. Start adding TaskSpawner

    paulhauner committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    da96733 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5e19518 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    be7f32f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c5f159e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5914e36 View commit details
    Browse the repository at this point in the history
  8. Add P1 queue to BP

    paulhauner committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    799d20c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a7b259d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    10dc153 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b01b595 View commit details
    Browse the repository at this point in the history
  12. Dedup runtime shutdown

    paulhauner committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    1ea991c View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    eb2be2c View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    8a76593 View commit details
    Browse the repository at this point in the history
  15. Add BeaconProcessorConfig

    paulhauner committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    1157568 View commit details
    Browse the repository at this point in the history
  16. Add CLI flags

    paulhauner committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    e03017d View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    596df18 View commit details
    Browse the repository at this point in the history
  18. Add batch size CLI flags

    paulhauner committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    15ed85d View commit details
    Browse the repository at this point in the history
  19. Add -len suffix to flags.

    paulhauner committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    f576b94 View commit details
    Browse the repository at this point in the history
  20. Tidy help text

    paulhauner committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    90a8f8a View commit details
    Browse the repository at this point in the history
  21. Bump max workers to 8

    paulhauner committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    1d84f94 View commit details
    Browse the repository at this point in the history
  22. Remove unused import

    paulhauner committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    9133265 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    0a3ffdf View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    40612b4 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2023

  1. Configuration menu
    Copy the full SHA
    60206c6 View commit details
    Browse the repository at this point in the history
  2. Review priorties

    paulhauner committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    b4973f2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    311e1bd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    219a61c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7be4dbd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    efbabe3 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2023

  1. Configuration menu
    Copy the full SHA
    e41e289 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d6778bc View commit details
    Browse the repository at this point in the history
  3. Fix queue popping bug

    paulhauner committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    7e18f71 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d8c6319 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2023

  1. De-dupe TestRuntime

    paulhauner committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    bbdb3d2 View commit details
    Browse the repository at this point in the history
  2. Use two workers in tests

    paulhauner committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    ec6446c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    63de59b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    93baac2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8fb6bc3 View commit details
    Browse the repository at this point in the history
  6. Remove plurals

    paulhauner committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    232e47d View commit details
    Browse the repository at this point in the history