Cleanup of pages artifacts

Hi all,

in our Gitlab instance, we have a couple of pipelines with pages jobs creating several GiB of pages artifacts. But it seems that “expired” pages artifacts (from previous pipelines) are not removed from @hashed storage. So, they are still on the disk, although not needed anymore. Is there a way to clean them up? Or can me point to some useful documentations how Gitlab will clean them up? Until now, I haven’t found anything to resolve this issue.

Here, someone had a similar problem, but also no hint how to resolve it:

Thanks!

Might be related to this issue: Files in `pages_deployments` are not deleted on disk when `deactivated_pages_deployments_delete_cron_worker` runs (#432689) · Issues · GitLab.org / GitLab · GitLab