Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/09/12 17:06:08 (12 years ago)
Author:
spimming
Message:

#1888:

  • disabled some transactions since dtc is not supported in sql azure
  • settings in dataaccess updated
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/OaaS/HeuristicLab.Services.Hive.WebRole/Status.aspx.cs

    r8235 r8266  
    2929      transactionManager.UseTransaction(() => {
    3030        onlineSlaves = dao.GetSlaves(x => (x.SlaveState == DA.SlaveState.Calculating || x.SlaveState == DA.SlaveState.Idle) && resourceIds.Contains(x.ResourceId));
     31      }, false, false);
     32      transactionManager.UseTransaction(() => {
    3133        currentlyJobsWaiting = dao.GetTasks(x => x.State == DA.TaskState.Waiting).Count();
    3234      }, false, false);
Note: See TracChangeset for help on using the changeset viewer.