Creating an aggregate .dvc file

I suppose your script is able to pick up from where it crashed?

Yes it is. But I think it is better to leave the resume up to dvc (let’s say we have 10 dvc run commands and there is a crash a command 5, then I will automatically call dvc repro for the first 5, and dvc run for the last 5)

Would this trick suit your scenario?

I will try and let you know, but from the looks of it, it definitely should.