NuGet / NuGet.Services.Dashboard

NuGet Services Monitoring Dashboard
Apache License 2.0
12 stars 8 forks source link

Re-enable "RunBackgroundCheckForFailoverDC" task #149

Closed bhuvak closed 10 years ago

bhuvak commented 10 years ago

We need to re-enable this task back after removing the check for lag between DB and blob. Both primary and secondary DC points to same CDN now and checking for the lag between DB and blob is not required. We just need to check that the age of live DB in failover DC is not very old.

bhuvak commented 10 years ago

While @ it fix #83 as well as it will increase the reliability of this task and hence avoids false failures after we enable it back.

bhuvak commented 10 years ago

This task is not required anymore as we are migrating to premium and DC1 will be in sync with DC0 always.