geoffxy / conductor

🎶 A simple and elegant research computing orchestrator.
GNU Affero General Public License v3.0
4 stars 0 forks source link

Run tasks again for current commit #69

Closed geoffxy closed 2 years ago

geoffxy commented 2 years ago

Now that we have git integration, it would be useful to be able run a task again for the current commit. The motivation is that using --again force reruns the task and its dependencies. But if a previous --again run had partially succeeded, it's not straightforward to retry the run without rerunning successfully completed dependent tasks.