Closed Nathan219 closed 7 years ago
Since API is sending these when the jobs get enqueued we will need to also send the results sorted by hash in the socket message here https://github.com/CodeNow/api/blob/master/lib/workers/cluster.create.js#L61
https://github.com/CodeNow/api/pull/2034#issuecomment-311797209 You've got the clusterName right there, which should be the randomNumber-serverName
I'm not sure why we would send these hashes to the front end if we aren't going to send them along with a success/failure socket message
We do send it
The UI has nothing to go on when trying to figure out if all of the clusters are being created. This change sends the random strings back with the response, along with the service names