Skip to content

Delete cached files

Samuel GAIST requested to merge delete_cached_files into 1.4.x

This merge request implements the deletion of the files inside the caches related to an experiment various blocks.

There are two possibles deletion:

  1. Delete the files from one cache
  2. Propagate the deletion the all the dependencies

WARNING Number one must be done cautiously as depending which cache is being deleted, the experiment might fail to run.

WARNING Number two will propagate to all the blocks and thus experiments that are using them.

Merge request reports