zflamig/dask-era5

Cannot connect to scheduler in era5_fargate_dask example

Closed this issue · 1 comments

Hi! I've been trying to setup a Fargate cluster with your cloud formation.

Currently experiencing some difficulties connecting to the scheduler.

So, the dask scheduler port specified in the cloudformation is in fact 8786 and it is the same in the code block:

client = Client('Dask-Scheduler.local-dask:8786')
client

Have you experienced issues in the past @zflamig? Strung out on debugging options for the moment.

Please let me know if you have any ideas.

Thanks!

Solved without changing anything.. not sure if some AWS resource was just not finished creating or what happened here.