Commit 10dd7966 authored by Achilleas Pipinellis's avatar Achilleas Pipinellis

Merge branch 'syncactionjobsremoval' into 'master'

Docs: Console artifacts removal is synchronous

See merge request gitlab-org/gitlab!57166
parents e2e6d83c af2ba3c8
......@@ -526,6 +526,9 @@ If you need to manually remove job artifacts associated with multiple jobs while
- `3.months.ago`
- `1.year.ago`
`erase_erasable_artifacts!` is a synchronous method, and upon execution, the artifacts are removed immediately.
They are not scheduled via some background queue.
#### Delete job artifacts and logs from jobs completed before a specific date
WARNING:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment