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

perf(channel): performance improvements #36

Merged
merged 8 commits into from
Jun 22, 2022

Commits on May 24, 2022

  1. perf(channel): remove Event object from collector channel

    - remove the Event struct from the collector channel
    - add only the data fields required by worker as part of collectRequest
    ramey committed May 24, 2022
    Configuration menu
    Copy the full SHA
    7892b6a View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2022

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

Commits on Jun 8, 2022

  1. fix: graceful shutdown

    ramey committed Jun 8, 2022
    Configuration menu
    Copy the full SHA
    259cce1 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2022

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

Commits on Jun 20, 2022

  1. refactor: remove Event struct

    ramey committed Jun 20, 2022
    Configuration menu
    Copy the full SHA
    f686849 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    839227c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6f2b657 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2022

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