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/3.3/Manager/EventManager.cs

    r7862 r8266  
    4646
    4747    public void Cleanup() {
    48       trans.UseTransaction(() => {
    49         SetTimeoutSlavesOffline();
    50         SetTimeoutTasksWaiting();
    51         DeleteObsoleteSlaves();
    52       }, true);
     48      //TODO: enable transactions
     49      //trans.UseTransaction(() => {
     50      SetTimeoutSlavesOffline();
     51      SetTimeoutTasksWaiting();
     52      DeleteObsoleteSlaves();
     53      //}, true);
    5354
    54       trans.UseTransaction(() => {
    55         FinishParentTasks();
    56         UpdateStatistics();
    57       }, false);
     55      //trans.UseTransaction(() => {
     56      FinishParentTasks();
     57      UpdateStatistics();
     58      //}, false);
    5859    }
    5960
Note: See TracChangeset for help on using the changeset viewer.