gitlab-org--gitlab-foss/changelogs/unreleased/sh-clear-pipeline-status-cache-upon-destroy.yml
Stan Hu 2d233dac45 Clear pipeline status cache after destruction of pipeline
`project.pipeline_status.has_status?` is cached, which can lead to Error
500s in the UI if the this condition is used to check whether a pipeline
exists for a commit. We now expire the cache to ensure that the
information is consistent.

Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/59453
2019-03-26 01:04:06 -05:00

5 lines
110 B
YAML

---
title: Clear pipeline status cache after destruction of pipeline
merge_request: 26575
author:
type: fixed