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

ref(replays): remove chunking logic for large recordings #2063

Merged
merged 3 commits into from
Jun 28, 2023

Conversation

JoshFerge
Copy link
Member

@JoshFerge JoshFerge commented Apr 24, 2023

After merging #2032, we can confirm via our metrics that we no longer hit this logic, as we reject payloads over 10 MiB and set our chunking limit to 15 MiB.

#skip-changelog

@JoshFerge JoshFerge requested review from a team April 24, 2023 23:12
Copy link
Member

@jjbayer jjbayer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In a follow-up PR, you could remove all the *NotChunked and *_not_chunked suffixes (for now it's probably good to keep them, so we don't get naming collisions with statsd metric names during rollout).

@JoshFerge
Copy link
Member Author

going ahead and merging this. will resolve your comments @jjbayer in a follow-up PR. thanks!

@JoshFerge JoshFerge merged commit d125d15 into master Jun 28, 2023
@JoshFerge JoshFerge deleted the jferg/remove-chunking-behavior-replays branch June 28, 2023 16:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants