dask / dask-ec2

Start a cluster in EC2 for dask.distributed
106 stars 37 forks source link

Custom tags are required when creating cluster #80

Closed jbcrail closed 7 years ago

jbcrail commented 7 years ago

When running dask-ec2 up, the tags option is required since tag verification and parsing does not handle the None default value.

quasiben commented 7 years ago

ah, apologies. fixing now