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

feat(load_testing): Enable some automatic reconnection handling #159

Merged
merged 5 commits into from
Jun 26, 2024

Commits on Jun 25, 2024

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

Commits on Jun 26, 2024

  1. refactor(load_testing): switch ws library

    The previous library was experiencing flaky SSL errors when sending messages and had high CPU usage while running locally, even in distributed mode. Switching this library seems to have resolved those issues - ran tests for 200 users joining & leaving the same sets of stops and encountered client errors only caused by backend failures
    KaylaBrady committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    19658b9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    49e56bc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0f544e3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    96df63e View commit details
    Browse the repository at this point in the history