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

fix(crons): Move limit back onto QuerySet for incident detection #80805

Conversation

evanpurkhiser
Copy link
Member

@evanpurkhiser evanpurkhiser commented Nov 15, 2024

This caused a query regressions in f4933ee since the limit was moved off the QuerySet and the query was executed due to the list comprehension

@evanpurkhiser evanpurkhiser requested a review from a team as a code owner November 15, 2024 03:39
@github-actions github-actions bot added the Scope: Backend Automatically applied to PRs that change backend components label Nov 15, 2024
@evanpurkhiser evanpurkhiser merged commit aaa1fa6 into master Nov 15, 2024
51 checks passed
@evanpurkhiser evanpurkhiser deleted the evanpurkhiser/fix-crons-move-limit-back-onto-queryset-for-incident-detection branch November 15, 2024 04:37
@github-actions github-actions bot locked and limited conversation to collaborators Nov 30, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Scope: Backend Automatically applied to PRs that change backend components
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants