coiled / feedback

A place to provide Coiled feedback
14 stars 3 forks source link

Simplify worker names #112

Open mrocklin opened 3 years ago

mrocklin commented 3 years ago

Currently our worker names look like the following (at least on Azure)

image

My preference is to use an incremental counter rather than a UUID, but I understand if this can't be done. We should maybe remove the dask-####-worker prefix though. It doesn't add much value.

Super-low priority.