flatironinstitute / dendro-old

Analyze neuroscience data in the cloud
https://flatironinstitute.github.io/dendro-docs/
Apache License 2.0
19 stars 2 forks source link

Starting compute resource always creates new revision for job definitions #109

Closed luiztauffer closed 10 months ago

luiztauffer commented 11 months ago

Every time we restart a compute resource controller, we're creating a new revision version for each job definition in AWS Batch Maybe we should avoid doing this, and instead use always the latest version.

image

magland commented 11 months ago

I think we should check whether the existing definition is consistent with the new one, and if so, do nothing. It's possible that the docker image or something else might change.