funnel icon indicating copy to clipboard operation
funnel copied to clipboard

Add support for propagating the TES task tags as Docker labels

Open robertbio opened this issue 1 year ago • 1 comments

This minor change adds the values of the tags sent via the TES API when creating the task to the docker command that runs the task in the form of Docker labels, similar to the env values.

Benefits:

  • More efficient monitoring and management of tasks in the backend, especially in AWS Batch where different tasks can run on the same instance.

robertbio avatar Jun 17 '23 11:06 robertbio

We're currently working on a PR to upgrade to TES 1.1 support in #699. We'll probably deal with this PR after that work is done

kellrott avatar Jun 28 '23 22:06 kellrott