gitlab-org--gitlab-foss/changelogs/unreleased/sh-fix-pipeline-delete-caching.yml
Stan Hu 1625979653 Properly expire all pipeline caches when pipeline is deleted
When deleting a pipeline, only some of the cache structures were being
expired, but not the full pipeline list. We have to synchronously
schedule a pipeline cache expiration because the pipeline will be
deleted if the Sidekiq expiration job picks it up. To do this, properly
extract all the logic buried in the Sidekiq worker into a service, and
then call the service.

Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/60469
2019-04-15 08:10:10 -07:00

5 lines
113 B
YAML

---
title: Properly expire all pipeline caches when pipeline is deleted
merge_request: 27334
author:
type: fixed