Project

General

Profile

Bug #105217

Updated by S P 8 days ago

The @RecyclerGarbageCollectionTask@ from @ext:scheduler@ to cleanup file storage recycle folders (@_recycler_@, @ROLE_RECYCLER@) does not detect these recycle folders recursively, but only on first level (of the file storage root). Having them in sub-folders is totally possible (when using file mounts on subfolders, for example). And it also stops at first sight (there can validly be multiple recyclers, however). 

 @$rootLevelFolder->getSubfolders()@ (which is used by the task to find the recycler folders) does allow setting an argument @$recursive = true@. This should probably be set by the Scheduler Task.

Back