cr_delete_scheduled_files (private)
cr_delete_scheduled_files
Defined in packages/acs-content-repository/tcl/acs-content-repository-procs.tcl
Tries to delete all the files in cr_files_to_delete. Makes sure file isn't being used by another revision prior to deleting it. Should be scheduled daily. This proc is extremely simple, and does not have any concurrency checks to make sure another version of the proc is running/deleting a file. Will add some concurrency checks to a future revision. Right now go with short and sweet, count on scheduling to prevent conflicts
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.