You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Follow-up ops to the docs cache-bloat fix (#3287 + #3373, both merged; deployed via prod-2.166.6-20260601211523). These need infra access — not a pilot task.
Checklist
Reclaim the stale host volume (do after the prod-2.166.6-… GitLab deploy-prod is green and the new container — with no cache mount — is running):
du -sh /data/quantflow/pilot_cache # confirm size before
rm -rf /data/quantflow/pilot_cache
Follow-up ops to the docs cache-bloat fix (#3287 + #3373, both merged; deployed via prod-2.166.6-20260601211523). These need infra access — not a
pilottask.Checklist
prod-2.166.6-…GitLabdeploy-prodis green and the new container — with no cache mount — is running):du -sh /data/quantflow/pilot_cache # confirm size before rm -rf /data/quantflow/pilot_cachedocker-compose.prod.yml).prod-*tags + untagged:mainlayers ongitlab.com/quant-flow/pilot-docsaccumulate forever. Add a cleanup policy: Settings → Packages & registries → Clean up image tags → keep N most recent, expire untagged.Context
Root cause:
docker-compose.prod.ymlbind-mounted/data/quantflow/pilot_cache → /app/.next/cache; with Next's on-server image optimizer on (default),.next/cache/imagesgrew unbounded → disk full. Both vectors fixed in-repo; this issue covers the one-time host reclaim + ongoing registry hygiene.