ilastik / cloud_ilastik

APIs for running ilastik inside HPB infra
Other
1 stars 0 forks source link

Split Job model into two entities #46

Open m-novikov opened 4 years ago

m-novikov commented 4 years ago

Right now we have a single Job model representing execution flow and arguments. But we can execute the same job multiple times (retries, timeouts). To account for this we need to split it into two separate entities. Tomaz proposed JobSpecification and JobExecution