nextflow icon indicating copy to clipboard operation
nextflow copied to clipboard

AwsBatchTaskHandler should propagate resource labels by using the propagateTags field

Open swampie opened this issue 3 years ago • 1 comments

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

swampie avatar Sep 21 '22 10:09 swampie

It makes sense. It think tags should also be applied to the JobDefinition when created by nextflow

pditommaso avatar Sep 21 '22 10:09 pditommaso

Solved by d64eeffc

pditommaso avatar Oct 14 '22 09:10 pditommaso