diff --git a/data/nav.yml b/data/nav.yml index 3705d53152..6fffc68cc3 100644 --- a/data/nav.yml +++ b/data/nav.yml @@ -368,6 +368,8 @@ - name: "Cluster queue metrics" path: "pipelines/cluster-queue-metrics" pill: "beta" + - name: "Service Quotas" + path: "pipelines/service-quotas" - name: "Test Analytics" path: "test-analytics" children: diff --git a/pages/pipelines/service_quotas.md b/pages/pipelines/service_quotas.md new file mode 100644 index 0000000000..4f978e9753 --- /dev/null +++ b/pages/pipelines/service_quotas.md @@ -0,0 +1,130 @@ +# Service quotas + +> 📘 Need a limit increased? +> You can request a limit increase by [contacting support](mailto:support@buildkite.com), and providing details about your use case. + +## Overview + +Your Buildkite account has default quotas, scoped to your organization, builds, and jobs. These quotas are designed to ensure that Buildkite can provide a reliable service to all customers. + +## Organization scoped + +
Name | +Default value | +
---|---|
+ Number of invitations + Maximum open invitations an organization can have + |
+ 20 | +
+ REST API rate limit + Number of requests an organization can make to Organization endpoints on the REST API, per minute + |
+ 200 | +
+ Number of Slack services + Maximum number of Slack services that can be added to an organization + |
+ 50 | +
+ Number of teams + Maximum number of teams that an organization can have + |
+ 250 | +
+ Number of Webhook services + Maximum number of Webhook services that can be added to an organization + |
+ 15 | +
+ Artifact retention + Maximum time we'll store artifacts for, in days, before assuming it has been deleted by an S3 Lifecycle rule, which must be configured separately + |
+ 180 | +
Name | +Default value | +
---|---|
+ Number of jobs + Maximum number of jobs that can be created in a single pipeline build (including job retries) + |
+ 4,000 | +
+ Jobs created per pipeline upload + Maximum number of jobs that can be created in a single pipeline upload + |
+ 500 | +
+ Number of pipeline uploads + Maximum number of pipeline uploads that can be created in a single build + |
+ 500 | +
+ Maximum trigger build depth + Maximum depth of a chain of trigger builds + |
+ 10 | +
Name | +Default value | +
---|---|
+ Number of artifacts + Maximum number of artifacts that can be uploaded per job + |
+ 250,000 | +
+ Log size + Maximum file size of all job log chunks uploaded by an agent in a single job + |
+ 1,024 MiB | +