You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: jekyll/_cci2/faq.md
+10-33Lines changed: 10 additions & 33 deletions
Original file line number
Diff line number
Diff line change
@@ -14,11 +14,7 @@ order: 1
14
14
15
15
### Does CircleCI look at my code?
16
16
{:.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.
22
18
23
19
See the CircleCI [security policy]({{ site.baseurl }}/2.0/security/) for more details.
24
20
@@ -81,38 +77,19 @@ CircleCI is one product that can be accessed through our cloud service, installe
81
77
82
78
### Why aren't my jobs running when I push commits?
83
79
{:.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
+
89
82
See [Writing YAML]({{ site.baseurl }}/2.0/writing-yaml/) for more details.
90
83
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).
93
85
94
86
### What is the difference between a usage queue and a run queue?
95
87
{:.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).
116
93
117
94
### Why can't I find my project on the Add Project page?
118
95
{:.no_toc}
@@ -169,7 +146,7 @@ A full list of available timezone options is [available on Wikipedia](https://en
169
146
170
147
### Can I use the API with Workflows?
171
148
{:.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.
173
150
174
151
### Can I use the Auto-cancel feature with Workflows?
0 commit comments