Skip to content

Commit 3cc1f36

Browse files
authored
Update faq.md
1 parent f7037a8 commit 3cc1f36

File tree

1 file changed

+10
-33
lines changed

1 file changed

+10
-33
lines changed

jekyll/_cci2/faq.md

Lines changed: 10 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,7 @@ order: 1
1414

1515
### Does CircleCI look at my code?
1616
{:.no_toc}
17-
CircleCI employees never look at your code without permission.
18-
If you have requested support,
19-
a support engineer may ask permission
20-
to look at your code
21-
to help you debug the problem.
17+
CircleCI employees never look at your code without permission. If you have requested support, a support engineer may ask permission to look at your code to help you debug the problem.
2218

2319
See the CircleCI [security policy]({{ site.baseurl }}/2.0/security/) for more details.
2420

@@ -81,38 +77,19 @@ CircleCI is one product that can be accessed through our cloud service, installe
8177

8278
### Why aren't my jobs running when I push commits?
8379
{:.no_toc}
84-
In the CircleCI application,
85-
check the Workflows tab
86-
for error messages.
87-
More often than not,
88-
the error is because of formatting errors in your `config.yml` file.
80+
In the CircleCI application, check the Workflows tab for error messages. More often than not, the error is because of formatting errors in your `config.yml` file.
81+
8982
See [Writing YAML]({{ site.baseurl }}/2.0/writing-yaml/) for more details.
9083

91-
After checking your `config.yml` for formatting errors,
92-
search for your issue in the [CircleCI support center](https://support.circleci.com/hc/en-us).
84+
After checking your `config.yml` for formatting errors, search for your issue in the [CircleCI support center](https://support.circleci.com/hc/en-us).
9385

9486
### What is the difference between a usage queue and a run queue?
9587
{:.no_toc}
96-
A **usage queue** forms
97-
when an organization lacks the containers
98-
to run a build.
99-
The number of available containers is determined
100-
by the plan chosen
101-
when setting up a project on CircleCI.
102-
If your builds are queuing often,
103-
you can add more containers
104-
by changing your plan.
105-
106-
A **run queue** forms
107-
when CircleCI experiences high demand.
108-
Customer builds are placed in a run queue
109-
and processed as machines become available.
110-
111-
In other words,
112-
you can reduce time spent in a **usage queue**
113-
by [purchasing more containers](#how-do-i-upgrade-my-plan-with-more-containers-to-prevent-queuing),
114-
but time spent in a **run queue** is unavoidable
115-
(though CircleCI aims to keep this as low as possible).
88+
A **usage queue** forms when an organization lacks the containers to run a build. The number of available containers is determined by the plan chosen when setting up a project on CircleCI. If your builds are queuing often, you can add more containers by changing your plan.
89+
90+
A **run queue** forms when CircleCI experiences high demand. Customer builds are placed in a run queue and processed as machines become available.
91+
92+
In other words, you can reduce time spent in a **usage queue** by [purchasing more containers](#how-do-i-upgrade-my-plan-with-more-containers-to-prevent-queuing), but time spent in a **run queue** is unavoidable (though CircleCI aims to keep this as low as possible).
11693

11794
### Why can't I find my project on the Add Project page?
11895
{:.no_toc}
@@ -169,7 +146,7 @@ A full list of available timezone options is [available on Wikipedia](https://en
169146

170147
### Can I use the API with Workflows?
171148
{:.no_toc}
172-
Yes, see the [Enabling Build Processing]({{ site.baseurl }}/2.0/build-processing/) document for instructions and links to the API endpoint.
149+
Yes. Refer to the [Enabling Pipelines]({{ site.baseurl }}/2.0/build-processing/) document for instructions and links to the API endpoint.
173150

174151
### Can I use the Auto-cancel feature with Workflows?
175152
{:.no_toc}

0 commit comments

Comments
 (0)