nextflow
nextflow copied to clipboard
AwsBatchTaskHandler should propagate resource labels by using the propagateTags field
New feature
With resource label functionality is it possible to propagate these tags automatically to subsequent job executions by submitting a JobRequest with the flag propagateTags set to true
Suggested modification is here by adding to the SubmitJobRequestthe line
.setPropagateTags(true) (in case the resource labels list is non empty)
Documentation about SDK propagate tags flag can be found here
It makes sense. It think tags should also be applied to the JobDefinition when created by nextflow
Solved by d64eeffc