geoffxy / conductor

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

Consider adding a mechanism to detect when to not re-run a run_command() #39

Open geoffxy opened 3 years ago

geoffxy commented 3 years ago

Sometimes a run_command() may be expensive. Right now Conductor will always re-run a run_command() (right now only run_experiment() task types have their results cached).