The service streams currently have a limitation, it's going to be crippling very quickly. Essentially the AWS describeServices request has a 10 service per cluster limit. So we will have to split the service arns into chunks of 10; making multiple describe calls for each cluster.
serviceStreams.js:52 and serviceStreams.js:70 are 2 places effected by this.
The service streams currently have a limitation, it's going to be crippling very quickly. Essentially the AWS describeServices request has a 10 service per cluster limit. So we will have to split the service arns into chunks of 10; making multiple describe calls for each cluster.
serviceStreams.js:52 and serviceStreams.js:70 are 2 places effected by this.