You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
perf(tasks): Fix N+1 project queries in clear_expired_snoozes (#108793)
Add select_related("project") to the Group queryset so that
group.project access in the loop (signal send and manage_issue_states)
doesn't trigger a separate query per group.
0 commit comments