Skip to content

Commit

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

* Deployed 9fec334 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 10, 2024
1 parent 3322329 commit 96fbc10
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions versions/unreleased/concepts/schedules/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8905,7 +8905,13 @@ <h2 id="creating-schedules-through-a-prefectyaml-files-deployments-schedule-sect
<span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">schedule</span><span class="p p-Indicator">:</span>
<span class="w"> </span><span class="nt">cron</span><span class="p">:</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">0 0 * * *</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><span class="nt">active</span><span class="p">:</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">false</span>
</code></pre></div>
<div class="admonition tip">
<p class="admonition-title">Schedules can be inactive</p>
<p>You can set the <code>active</code> property to <code>false</code> to deactivate a schedule.
This is useful if you want to keep the schedule configuration but temporarily stop the schedule from creating new flow runs.</p>
</div>
<p>Let's discuss the three schedule types in more detail.</p>
<h2 id="cron">Cron<a class="headerlink" href="#cron" title="Permanent link">&para;</a></h2>
<p>A schedule may be specified with a <a href="https://en.wikipedia.org/wiki/Cron"><code>cron</code></a> pattern. Users may also provide a timezone to enforce DST behaviors.</p>
Expand Down
2 changes: 1 addition & 1 deletion versions/unreleased/search/search_index.json

Large diffs are not rendered by default.

Binary file modified versions/unreleased/sitemap.xml.gz
Binary file not shown.

0 comments on commit 96fbc10

Please sign in to comment.