Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/23/10 14:48:54 (13 years ago)
Author:
cneumuel
Message:

#1260

  • still having issues with multiple appdomains on IIS. therefore disabled server heartbeats, so that slaves are not set to offline when they are disconnected, which prevents setting them offline when they are still online (which causes all jobs to be aborted)
  • re-enabled some well working abort-statements in ProcessHeartBeat
  • added a script in PreBuildEvent.cmd which makes it easier to change the config (for localhost or services.heuristiclab.com as server)
  • increased transmission quotas for jobs to 300mb
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.Hive-3.3/sources/HeuristicLab.Hive/HeuristicLab.Hive.Contracts/3.3/ApplicationConstants.cs

    r5153 r5171  
    3333    public static System.Transactions.IsolationLevel ISOLATION_LEVEL_SCOPE = System.Transactions.IsolationLevel.ReadCommitted;
    3434
    35     public static int HEARTBEAT_MAX_DIF = 1200; // value in seconds
     35    public static int HEARTBEAT_MAX_DIF = 600; // value in seconds
    3636   
    37     public static int JOB_TIME_TO_LIVE = 900; // heartbeats from the assigned slave
     37    public static int JOB_TIME_TO_LIVE = 100; // heartbeats from the assigned slave
    3838
    3939    /// <summary>
Note: See TracChangeset for help on using the changeset viewer.