1

I am using WASABI in my Azure project. My autoscaler is set correctly and works fine. The problem I have is that after some days, the autoscaler is stuck on old values. For instance, it would say that the number of items in my watched queue is 3, when the queue is empty.

I realized that by deleting the AutoscalerDatapoints table (using Neudesic Azure Storage Explorer) and recreating it, the autoscaler starts working again. This might just be a working solution to another problem...

So, my question is : Is there a limit to the number of entries an Azure Table can keep ? If so, how can I solve this problem in an automated way ?

Thank you for your help and don't hesitate if you need more info.

johannes
  • 7,262
  • 5
  • 38
  • 57
Kimko
  • 142
  • 8
  • There is no limit on the number of data points, only the one set by the storage account (which is 100TB I believe, so can be ignored). Can you share how you defined the operand that monitors the queue? – Julian Dominguez Nov 15 '12 at 19:49

0 Answers0