tum-esm / em27-retrieval-pipeline

automated EM27 data processing
https://em27-retrieval-pipeline.netlify.app
GNU General Public License v3.0
6 stars 1 forks source link

Option to either copy or symlink the interferograms #113

Open dostuffthatmatters opened 3 weeks ago

dostuffthatmatters commented 3 weeks ago

In our case, the pipeline runs on a storage that is significantly faster than the one where the interferograms are stored. When using a symlink to the files on that cold storage, the storage can be overwhelmed when 32 containers try to access thousands of interferograms in parallel.

One could add another config variable max_parallel_copying_processes, to only let 4 or 8 processes copy interferograms in parallel.