Closed dirkpetersen closed 7 years ago
Hi @dirkpetersen,
First, and very importantly - you just shared your secrets in your post:
SharedKey fhbatxpetersen:2XNA6kV9g5l/P4kMRyl6CTnXc
I highly recommend going to the azure portal and regenerating your keys and updating your local secrets file.
I am not aware of any issues with Batch at the moment. Are you waiting for low-priority VMs? How many VMs are you asking for?
I did shorten my key, perhaps it would be good if the debug function did not display the entire key, perhaps replace the latter half with xxxxxxxxxxxxxxxxxx? That would allow careless users just to do a cut and paste ?
I am just using the default cluster.json from v0.4
{ "name": "myPoolName", "vmSize": "Standard_D2_v2", "maxTasksPerNode": 1, "poolSize": { "dedicatedNodes": { "min": 3, "max": 3 }, "lowPriorityNodes": { "min": 3, "max": 3 }, "autoscaleFormula": "QUEUE" }, "rPackages": { "cran": [], "github": [], "githubAuthenticationToken": "" }, "commandLine": [] }
fixed it, I had http in the batch url instead of https. What odd is that http:// worked two days ago.
That is actually very strange. Our service shouldn't accept http endpoints, only https. At a minimum we should show a better error than a Timeout.
This worked yesterday with the same creds, is there a problem ?