geoffxy / conductor

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

[Execution] Implement new environment task type #102

Closed geoffxy closed 7 months ago

geoffxy commented 7 months ago

Note that "task type" is a misnomer - this is just an environment definition that uses the same syntax style as a regular task type. We will need to refactor Conductor's internals to support a better abstraction (the DSL vs. physical execution runnables).

Resolves #98.