Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/05/12 14:54:10 (12 years ago)
Author:
ascheibe
Message:

#1950 fixed multiple EndpointNotFoundExceptions in the HiveJobManager

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Clients.Hive/3.3/RefreshableJob.cs

    r8165 r8869  
    228228        jobResultPoller = new JobResultPoller(job.Id, Settings.Default.ResultPollingInterval);
    229229        RegisterResultPollingEvents();
    230         jobResultPoller.AutoResumeOnException = true;
     230        jobResultPoller.AutoResumeOnException = false;
    231231      }
    232232
Note: See TracChangeset for help on using the changeset viewer.