Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(crons): Move limit back onto QuerySet for incident detection (#80805
) 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
- Loading branch information