Skip to content

Commit

Permalink
[doc_push][main] built from 69129eb (main). Redirects: main -> 0.8.0d…
Browse files Browse the repository at this point in the history
…ev0.
  • Loading branch information
TorchX CI Runner committed Aug 26, 2024
1 parent 92b45c2 commit ab4e0ac
Show file tree
Hide file tree
Showing 13 changed files with 721 additions and 1,313 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
9 changes: 1 addition & 8 deletions 0.8.0dev0/_modules/torchx/specs/api.html
Original file line number Diff line number Diff line change
Expand Up @@ -678,17 +678,12 @@ <h1>Source code for torchx.specs.api</h1><div class="highlight"><pre>
<span class="sd"> application to deal with failed replica departures and</span>
<span class="sd"> replacement replica admittance.</span>
<span class="sd"> 2. APPLICATION: Restarts the entire application.</span>
<span class="sd"> 3. HOT_SPARE: Restarts the replicas for a role as long as quorum (min_replicas)</span>
<span class="sd"> is not violated using extra hosts as spares. It does not really support</span>
<span class="sd"> elasticity and just uses the delta between num_replicas and min_replicas</span>
<span class="sd"> as spares (EXPERIMENTAL).</span>
<span class="sd"> 4. ROLE: Restarts the role when any error occurs in that role. This does not</span>
<span class="sd"> 3. ROLE: Restarts the role when any error occurs in that role. This does not</span>
<span class="sd"> restart the whole job.</span>
<span class="sd"> &quot;&quot;&quot;</span>

<span class="n">REPLICA</span> <span class="o">=</span> <span class="s2">&quot;REPLICA&quot;</span>
<span class="n">APPLICATION</span> <span class="o">=</span> <span class="s2">&quot;APPLICATION&quot;</span>
<span class="n">HOT_SPARE</span> <span class="o">=</span> <span class="s2">&quot;HOT_SPARE&quot;</span>
<span class="n">ROLE</span> <span class="o">=</span> <span class="s2">&quot;ROLE&quot;</span></div>


Expand Down Expand Up @@ -788,8 +783,6 @@ <h1>Source code for torchx.specs.api</h1><div class="highlight"><pre>
<span class="sd"> and num_replicas depending on the cluster resources and</span>
<span class="sd"> policies. If the scheduler doesn&#39;t support auto scaling this</span>
<span class="sd"> field is ignored and the job size will be num_replicas.</span>
<span class="sd"> EXPERIMENTAL: For HOT_SPARE restart policy this field is used to</span>
<span class="sd"> indicate the quorum required for the job to run.</span>
<span class="sd"> max_retries: max number of retries before giving up</span>
<span class="sd"> retry_policy: retry behavior upon replica failures</span>
<span class="sd"> resource: Resource requirement for the role. The role should be scheduled</span>
Expand Down
357 changes: 143 additions & 214 deletions 0.8.0dev0/custom_components.html

Large diffs are not rendered by default.

Loading

0 comments on commit ab4e0ac

Please sign in to comment.