tutorials icon indicating copy to clipboard operation
tutorials copied to clipboard

Replace temporary SCHEDULER_ADDRESS in Dask tutorial

Open mrakitin opened this issue 6 years ago • 1 comments

https://github.com/NSLS-II/tutorial/blob/master/tutorials/Parallelize%20with%20Dask.ipynb contains the invalid scheduler address:

SCHEDULER_ADDRESS = 'ae8cfeafc5ad611e88b00021c84f1ed3-1000724570.us-east-1.elb.amazonaws.com:8786

This should be resolved before the user meeting 2019.

mrakitin avatar Apr 11 '19 21:04 mrakitin

Proposed solution:

Use AWS Route53 so make an ALIAS record at dask-scheduler.blueskyproject.io that points to the SCHEDULER_ADDRESS. When the SCHEDULER_ADDRESS changes, we can update Route53 (which propagates instantly) instead of updating (potentially several) notebooks.

danielballan avatar Apr 11 '19 21:04 danielballan