openclimatefix / ocf-infrastructure

Infrastructure code for OCF's cloud environments
3 stars 7 forks source link

fix(ecs-task): Prevent overlapping cache errors in ECS tasks #539

Closed devsjc closed 2 months ago

devsjc commented 2 months ago

ECS tasks currently shared a mounted volume which was causing errors in multiple consumer tasks defintiions. This isolates volumes between containers of the same task definition.