Skip to content

Commit

Permalink
Update unreleased documentation (#592)
Browse files Browse the repository at this point in the history
* Update versions.json

* Deployed 96399fe to unreleased in versions with MkDocs 1.5.3 and mike 2.0.0

* Sort docs versions

---------

Co-authored-by: GitHub Actions Bot <[email protected]>
  • Loading branch information
github-actions[bot] and GitHub Actions Bot authored Jan 30, 2024
1 parent 26a4d2e commit 9466b13
Show file tree
Hide file tree
Showing 7 changed files with 804 additions and 804 deletions.
1,140 changes: 570 additions & 570 deletions versions/unreleased/api-ref/prefect/settings/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions versions/unreleased/api-ref/prefect/workers/server/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8867,8 +8867,8 @@ <h2 id="prefect.workers.server.start_healthcheck_server" class="doc doc-heading"

<span class="n">uvicorn</span><span class="o">.</span><span class="n">run</span><span class="p">(</span>
<span class="n">webserver</span><span class="p">,</span>
<span class="n">host</span><span class="o">=</span><span class="n">PREFECT_RUNNER_SERVER_HOST</span><span class="o">.</span><span class="n">value</span><span class="p">(),</span>
<span class="n">port</span><span class="o">=</span><span class="n">PREFECT_RUNNER_SERVER_PORT</span><span class="o">.</span><span class="n">value</span><span class="p">(),</span>
<span class="n">host</span><span class="o">=</span><span class="n">PREFECT_WORKER_WEBSERVER_HOST</span><span class="o">.</span><span class="n">value</span><span class="p">(),</span>
<span class="n">port</span><span class="o">=</span><span class="n">PREFECT_WORKER_WEBSERVER_PORT</span><span class="o">.</span><span class="n">value</span><span class="p">(),</span>
<span class="n">log_level</span><span class="o">=</span><span class="n">log_level</span><span class="p">,</span>
<span class="p">)</span>
</code></pre></div></td></tr></table></div>
Expand Down
2 changes: 1 addition & 1 deletion versions/unreleased/api-ref/schema.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion versions/unreleased/concepts/schedules/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8982,7 +8982,7 @@ <h2 id="cron">Cron<a class="headerlink" href="#cron" title="Permanent link">&par
<p>Longer schedules, such as one that fires at 9am every morning, will adjust for DST automatically.</p>
</div>
<h2 id="interval">Interval<a class="headerlink" href="#interval" title="Permanent link">&para;</a></h2>
<p>An <code>Interval</code> schedule creates new flow runs on a regular interval measured in seconds. Intervals are computed from an optional <code>anchor_date</code>. For example, here's how you can create a schedule for every 10 minutes in the deployment YAML file.</p>
<p>An <code>Interval</code> schedule creates new flow runs on a regular interval measured in seconds. Intervals are computed using an optional <code>anchor_date</code>. For example, here's how you can create a schedule for every 10 minutes in the deployment YAML file:</p>
<div class="highlight"><pre><span></span><code><span class="nt">schedule</span><span class="p">:</span>
<span class="w"> </span><span class="nt">interval</span><span class="p">:</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">600</span>
<span class="w"> </span><span class="nt">timezone</span><span class="p">:</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">America/Chicago</span><span class="w"> </span>
Expand Down
2 changes: 1 addition & 1 deletion versions/unreleased/search/search_index.json

Large diffs are not rendered by default.

Loading

0 comments on commit 9466b13

Please sign in to comment.