Hi,
I'm not exactly sure what is happening, and I may be misunderstanding the role of this library, but I think it is meant to register a new taskdef that you supply it (I think that because of this);
services: [
{
taskDefinition: {
"family": "foo" // This should already exist in ECS. Required.
},
but then it also says "should exist" in which case am I meant to be passing a new one here or not?
I ask because the taskdef I am passing here (a JSON object) is not getting registered - the existing one is being copied and re-used. Do I need to register one myself first?
Thanks
Hi,
I'm not exactly sure what is happening, and I may be misunderstanding the role of this library, but I think it is meant to register a new taskdef that you supply it (I think that because of this);
but then it also says "should exist" in which case am I meant to be passing a new one here or not?
I ask because the taskdef I am passing here (a JSON object) is not getting registered - the existing one is being copied and re-used. Do I need to register one myself first?
Thanks