Changes between Version 135 and Version 136 of ProjectOptions


Ignore:
Timestamp:
Jul 8, 2014, 12:42:27 PM (10 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ProjectOptions

    v135 v136  
    184184
    185185=== Accelerating retries ===
    186 The goal of this mechanism (which works with job-cache and matchmaker scheduling, but not locality scheduling)
    187 is to send timeout-generated retries to hosts that are likely to finish them fast. Here's how it works:
     186The goal of this mechanism
     187is to send timeout-generated retries to hosts that are likely to finish them fast.
     188Here's how it works:
    188189
    189190 * Hosts are deemed "reliable" (a slight misnomer) if they satisfy turnaround time and error rate criteria.
     
    198199 <reliable_on_priority>X</reliable_on_priority>::
    199200        Results with priority at least '''reliable_on_priority''' are treated as "need-reliable".
    200         With matchmaker scheduling, they'll be sent preferentially to reliable hosts; with job-cache scheduling, they'll be sent ONLY to reliable hosts.
     201        They'll be sent preferentially to reliable hosts.
    201202
    202203 <reliable_max_avg_turnaround>secs</reliable_max_avg_turnaround>::