Skip to content

Commit

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

* Deployed de28fd3 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 Dec 20, 2023
1 parent 547e4a5 commit de3737b
Show file tree
Hide file tree
Showing 4 changed files with 252 additions and 185 deletions.
67 changes: 67 additions & 0 deletions versions/unreleased/concepts/agents/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2351,6 +2351,38 @@
</ul>
</nav>

</li>

<li class="md-nav__item">
<a href="#troubleshooting" class="md-nav__link">
<span class="md-ellipsis">

<span class="md-typeset">
Troubleshooting
</span>

</span>
</a>

<nav class="md-nav" aria-label="Troubleshooting">
<ul class="md-nav__list">

<li class="md-nav__item">
<a href="#agent-crash-or-keyboard-interrupt" class="md-nav__link">
<span class="md-ellipsis">

<span class="md-typeset">
Agent crash or keyboard interrupt
</span>

</span>
</a>

</li>

</ul>
</nav>

</li>

</ul>
Expand Down Expand Up @@ -7139,6 +7171,38 @@
</ul>
</nav>

</li>

<li class="md-nav__item">
<a href="#troubleshooting" class="md-nav__link">
<span class="md-ellipsis">

<span class="md-typeset">
Troubleshooting
</span>

</span>
</a>

<nav class="md-nav" aria-label="Troubleshooting">
<ul class="md-nav__list">

<li class="md-nav__item">
<a href="#agent-crash-or-keyboard-interrupt" class="md-nav__link">
<span class="md-ellipsis">

<span class="md-typeset">
Agent crash or keyboard interrupt
</span>

</span>
</a>

</li>

</ul>
</nav>

</li>

</ul>
Expand Down Expand Up @@ -7298,6 +7362,9 @@ <h3 id="starting-an-agent">Starting an agent<a class="headerlink" href="#startin
<h3 id="configuring-prefetch">Configuring prefetch<a class="headerlink" href="#configuring-prefetch" title="Permanent link">&para;</a></h3>
<p>By default, the agent begins submission of flow runs a short time (10 seconds) before they are scheduled to run. This allows time for the infrastructure to be created, so the flow run can start on time. In some cases, infrastructure will take longer than this to actually start the flow run. In these cases, the prefetch can be increased using the <code>--prefetch-seconds</code> option or the <code>PREFECT_AGENT_PREFETCH_SECONDS</code> setting.</p>
<p>Submission can begin an arbitrary amount of time before the flow run is scheduled to start. If this value is <em>larger</em> than the amount of time it takes for the infrastructure to start, the flow run will <em>wait</em> until its scheduled start time. This allows flow runs to start exactly on time.</p>
<h2 id="troubleshooting">Troubleshooting<a class="headerlink" href="#troubleshooting" title="Permanent link">&para;</a></h2>
<h3 id="agent-crash-or-keyboard-interrupt">Agent crash or keyboard interrupt<a class="headerlink" href="#agent-crash-or-keyboard-interrupt" title="Permanent link">&para;</a></h3>
<p>If the agent process is ended abruptly, you can sometimes have left over flows that were destined for the agent whose process was ended. In the UI, these will show up as pending. You will need to delete these flows in order for the restarted agent to begin processing the work queue again. Take note of the flows you deleted, you might need to set them to run manually.</p>



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 de3737b

Please sign in to comment.