Currently the Redis cache is flushed when a content release is started:
|
$this->contentCache->flush(); |
This is not optimal as the content release might start later due to the pipeline configuration and parallel running releases influence each other.
Therefore only the cache entries should be flushed which are somehow related to the started release.