svdgraaf / serverless-fargate-tasks

Run Fargate tasks within your serverless project
43 stars 21 forks source link

Essential task setting is not available #20

Open bldcavemanwt opened 1 week ago

bldcavemanwt commented 1 week ago

Very useful plugin thanks!

However I need to find a way to set the container as non-essential and I don't think I can do that with this plugin but that would be awesome so that I can avoid the warnings when the task is terminated.

Thanks!

bldcavemanwt commented 1 week ago

https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-taskdefinition-containerdefinition.html

Here's the docs for that section of Cloudformation to give some conext