You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the issue:
When instantiating a new cluster using EC2Cluster the process don't pass the first step for creating the scheduler, the EC2 instance passes the checks correctly but no worker is ec2 is created after that. This behavior is checked even with no security group set (using dask-default).
The script is set forever to the following message:
Creating scheduler instance
Created instance i-0a1a624XXXXX01b76a as dask-21076af2-scheduler
Waiting for scheduler to run at XX.XXX.XX.XX:8786
SSH to the scheduler instance and checkout the /var/log/cloud-init-output.log file to ensure the scheduler has started correctly.
Ensure you have network connectivity from your machine to the scheduler IP (theobfuscated XX.XXX.XX.XX:8786 in your example). The EC2Cluster class will need to connect to the scheduler.
Describe the issue:
When instantiating a new cluster using EC2Cluster the process don't pass the first step for creating the scheduler, the EC2 instance passes the checks correctly but no worker is ec2 is created after that. This behavior is checked even with no security group set (using dask-default).
The script is set forever to the following message:
Minimal Complete Verifiable Example:
Anything else we need to know?:
Environment:
dask-cloudprovider==2022.10.0
The text was updated successfully, but these errors were encountered: