dask-cloudprovider
dask-cloudprovider copied to clipboard
Parameterize task name definitions
on https://github.com/dask/dask-cloudprovider/blob/main/dask_cloudprovider/aws/ecs.py#L1264 the name of the worker task definition is hardcoded to dask-worker. This creates conflicts when I want to run multiple Fargate clusters, each with their own images and dependencies.
Thanks for raising this. Perhaps we should do two things here:
- Make the task definition name configurable
- Make the default task definition name a random UUID
Do you have any interest in contributing a fix for this?
@jacobtomlinson happy to help; working on this PR: https://github.com/dask/dask-cloudprovider/pull/364