RevolutionAnalytics / AzureML

An R interface to AzureML(https://studio.azureml.net/) experiments, datasets, and web services.
Other
46 stars 22 forks source link

Add refresh argument to deleteWebservices() #44

Closed andrie closed 8 years ago

andrie commented 8 years ago

To delete multiple services, e.g. duplicates with the same name, is slow because of the call to refresh().

bwlewis commented 8 years ago

Good idea. However, I seem to often hit the Azure rate-limiting error when deleting lots of services in a loop.

andrie commented 8 years ago

A