Description
Sentry is reporting that our redis performance got slower starting on June 1:
And looking in AWS, we see that indeed our CPU bumped up several percentages that day:
Not much happened that day in our code base, but we did merge three PRs to update dependencies:
- build(deps): bump ipython from 8.24.0 to 8.25.0 #545
- build(deps): bump sentry-sdk from 2.1.1 to 2.3.1 #544
- build(deps-dev): bump types-requests from 2.31.0.1 to 2.32.0.20240523 in the stub-packages group #542
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.
Metadata
Assignees
Labels
Type
Projects
Status
Next Task
Activity