Skip to content
Snippets Groups Projects

Add timeout support in Projects::ContainerRepository::DeleteTagsService#execute

Merged David Fernandez requested to merge 208193-limit-delete-tags-service-runtime into master
All threads resolved!
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -534,7 +534,7 @@ The cleanup policy:
1. Finally, the remaining tags in the list are deleted from the Container Registry.
CAUTION: **Warning:**
On GitLab.com, cleanup policy execution times can be limited. As such, part of the tags list can still be present in the Container Registry after the last step. This part will be processed upon the next time the cleanup policy is executed.
On GitLab.com, cleanup policy execution time is limited, and some of the tags may remain in the Container Registry after the policy runs. The next time the policy runs, these tags are removed.
### Create a cleanup policy
Loading