Skip to content

Conversation

@aliu39
Copy link
Member

@aliu39 aliu39 commented Dec 1, 2025

In testing the limit param for this request was flakey, but @kylemumma confirmed this is now completely supported for prod + local

@aliu39 aliu39 requested a review from a team as a code owner December 1, 2025 19:30
@github-actions github-actions bot added the Scope: Backend Automatically applied to PRs that change backend components label Dec 1, 2025
if not message_substring:
if limit is not None:
items = items[:limit] # Re-apply in case the endpoint didn't respect it.
# Limit applied by endpoint.
Copy link
Member

Choose a reason for hiding this comment

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

is this comment necessary?

Copy link
Member Author

Choose a reason for hiding this comment

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

👍 can remove

if not metric_name:
if limit is not None:
items = items[:limit] # Re-apply in case the endpoint didn't respect it.
# Limit applied by endpoint.
Copy link
Member

Choose a reason for hiding this comment

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

same here

@aliu39 aliu39 enabled auto-merge (squash) December 1, 2025 19:39
@aliu39 aliu39 merged commit 31418d6 into master Dec 1, 2025
66 checks passed
@aliu39 aliu39 deleted the aliu/lim branch December 1, 2025 20:00
jerryzhou196 pushed a commit that referenced this pull request Dec 1, 2025
In testing the limit param for this request was flakey, but @kylemumma
confirmed this is now completely supported for prod + local
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Scope: Backend Automatically applied to PRs that change backend components

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants