Skip to content
Snippets Groups Projects

Update epic cache counts on project/group deletion

Merged Jan Provaznik requested to merge jp-cached-issue-weight-worker2 into master
All threads resolved!
5 files
+ 12
106
Compare changes
  • Side-by-side
  • Inline
Files
5
  • 94fc01cd
    We can not iterate through epics first (the reason is that soon it will
    be possible to set epics from other hierarchies too). So instead we
    iterate through project issues using each_batch.
@@ -2,7 +2,7 @@
@@ -2,7 +2,7 @@
name: cache_issue_sums
name: cache_issue_sums
introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/95048
introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/95048
rollout_issue_url: https://gitlab.com/gitlab-org/gitlab/-/issues/365940
rollout_issue_url: https://gitlab.com/gitlab-org/gitlab/-/issues/365940
milestone: '15.3'
milestone: '15.4'
type: development
type: development
group: group::product planning
group: group::product planning
default_enabled: false
default_enabled: false
Loading