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

Skip starting Judoscale reporter on rails runner process #217

Merged
merged 1 commit into from
Oct 7, 2024

Commits on Oct 7, 2024

  1. Skip starting Judoscale reporter on rails runner process

    Similar to when running the `rails console`, we want to skip the
    reporter on `rails runner` to prevent it initializing another background
    thread and triggering an API call to our backend when executing one-off
    commands via the runner.
    carlosantoniodasilva committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    207505e View commit details
    Browse the repository at this point in the history