|
Jun 11 |
comment |
Dealing with request limits We have a multiplicative retry policy in place that will stand off when it gets timeout errors (waiting 2 seconds, then 4, then 6, then 8, then 10 before giving up). This is a different problem, where it seems the entire sql server instance was choking. The exec_requests table filled with 180 'suspended' queries every few minutes, so it's not so much throttling as it is a complete traffic jam. |
|
Jun 10 |
asked | Dealing with request limits |
|
May 20 |
awarded | Favorite Question |
|
Apr 11 |
accepted | jQuery Unobtrusive not working in IE7 or IE8 |
|
Apr 11 |
awarded | Notable Question |
|
Mar 19 |
comment |
RAISERROR with >20 Severity and Database Permissions Okay, I was able to get it to work by setting the severity to 18. Still throws a manageable error I can handle in Entity Framework (a DBUpdateException), but doesn't require "with log", and therefore no ALTER TRACE permissions. Still, I'd like to know how to grant permissions like this to Sql Azure. |
|
Mar 19 |
revised |
RAISERROR with >20 Severity and Database Permissions edited tags |
|
Mar 18 |
asked | RAISERROR with >20 Severity and Database Permissions |
|
Mar 15 |
awarded | Notable Question |
|
Mar 6 |
awarded | Nice Question |
|
Mar 4 |
awarded | Caucus |
|
Mar 3 |
comment |
Cost per video minute or second on Windows Azure Cheaper to just host it ourselves on a linux VM we already have provisioned for other things, during development. |
|
Mar 3 |
comment |
Moving Millions of items from one Storage Account to Another Yes, that is fine. The initial problem was figuring out why it was taking so long to even send the requests. Would you happen to know how long it takes for Azure to to actually perform blob copies? Say, a group of 1,000 blobs? |
|
Mar 3 |
comment |
Moving Millions of items from one Storage Account to Another Trying this; seems to have given it a shot of adrenaline so far :). |
|
Mar 2 |
comment |
Moving Millions of items from one Storage Account to Another More like several seconds, from what I can tell. |
|
Mar 2 |
revised |
Cost per video minute or second on Windows Azure edited tags |
|
Mar 2 |
comment |
Cost per video minute or second on Windows Azure Thank you :). We ended up hosting our own encoders, running on Linux VMs, but when we launch we'll probably switch to a 3rd party like GridVid. |
|
Mar 2 |
answered | Cost per video minute or second on Windows Azure |
|
Mar 2 |
revised |
Moving Millions of items from one Storage Account to Another Added some tags for parallel processing. |
|
Mar 2 |
comment |
Moving Millions of items from one Storage Account to Another I've edited the post to illustrate how I'm managing all the work to do the copying. |