dask / dask/dask-cloudprovider
Parameterize task name definitions
Open
bug
provider/aws/ecs
- Dominant language
- Python
- Stars
- 147
- Forks
- 119
- PR merge metrics
- No merged PRs in 30d
Description
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.
Contributor guide
Assessment
This issue has not been assessed yet.