Skip to content

Find redis performance regression trigger #550

Open
@mlissner

Description

Sentry is reporting that our redis performance got slower starting on June 1:

image

And looking in AWS, we see that indeed our CPU bumped up several percentages that day:

image

Not much happened that day in our code base, but we did merge three PRs to update dependencies:

Of the three, I can only imagine the Sentry one being the one that could impact performance, though it'd be pretty weird for Sentry to have anything to do with redis. That said, there are a few new features in Sentry that are related to celery queue length that could be related (note, we don't use Celery in this project).

The actual performance impact is pretty negligible — a few hundred ms — but Sentry is generous with us, so maybe we should go take a look and see if Sentry has a regression worth filing.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions