Our current issue is that workers need to be able to connect to scheduler AND vice versa.
A workaround would be to use a Dask gateway at Bristol and start scheduler on the site.
Implementation:
- Start gateway on distributed.phy
- Start job on site X that starts the scheduler
- Once the scheduler connects to the gateway, submit worker jobs
- Everything else stays the same