Skip to content

Commit 9575364

Browse files
authored
Update self-hosted-runner-faq-snip.adoc
1 parent 2d8bd5d commit 9575364

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jekyll/_includes/snippets/faq/self-hosted-runner-faq-snip.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ In general CircleCI recommends jobs rely on as little state as possible to impro
6666
CAUTION: It may be possible to reduce build times by making use of caches that persist on the host between jobs, however this is a trade-off against reproducibility - and may also lead to disks filling up over time. As a result, this trade-off could lead to higher billable usage.
6767

6868
[#how-long-do-inactive-self-hosted-runners-persist-in-the-self-hosted-runner-inventory-page]
69-
==== How long do inactive self-hosted runners persist in the self-hosted runner inventory page?
69+
=== How long do inactive self-hosted runners persist in the self-hosted runner inventory page?
7070

7171
If a self-hosted runner has not contacted CircleCI in 12 hours, it will not show up in the inventory page on the https://app.circleci.com/[CircleCI web app].
7272

@@ -301,4 +301,4 @@ ps aux | pgrep -f circleci-launch-agent
301301

302302
If the result of the command above returns greater than two processes, you can assume that the machine runner is executing a task.
303303

304-
Note that you must check to see if there are greater than two processes because the `grep` process itself will count as one process and the <<runner-concepts#launch-agent,launch-agent>> process will count as a separate process.
304+
Note that you must check to see if there are greater than two processes because the `grep` process itself will count as one process and the <<runner-concepts#launch-agent,launch-agent>> process will count as a separate process.

0 commit comments

Comments
 (0)