Skip to content

Commit fd5a047

Browse files
authored
update consensus size limit (#3308)
1 parent ca264c1 commit fd5a047

File tree

3 files changed

+15
-15
lines changed

3 files changed

+15
-15
lines changed

src/content/cre/llms-full-go.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ The mechanism by which a DON comes to a single, reliable, and tamper-proof resul
249249

250250
# Service Quotas
251251
Source: https://docs.chain.link/cre/service-quotas
252-
Last Updated: 2025-12-11
252+
Last Updated: 2025-12-18
253253

254254
This page documents the service quotas for Chainlink Runtime Environment (CRE) workflows.
255255

@@ -314,10 +314,10 @@ These quotas apply to each individual workflow.
314314

315315
### Consensus quotas
316316

317-
| Quota Key | Description | Value |
318-
| ------------------------------------------------------------------------------------------------------------------------------------------------------ | ---------------------------------------------------------------- | ------ |
319-
| <a href="#perworkflow-consensus-observationsizelimit" id="perworkflow-consensus-observationsizelimit">`PerWorkflow.Consensus.ObservationSizeLimit`</a> | Maximum size of data that can be passed to consensus aggregation | 100 KB |
320-
| <a href="#perworkflow-consensus-calllimit" id="perworkflow-consensus-calllimit">`PerWorkflow.Consensus.CallLimit`</a> | Maximum number of consensus calls per workflow execution | 2,000 |
317+
| Quota Key | Description | Value |
318+
| ------------------------------------------------------------------------------------------------------------------------------------------------------ | ---------------------------------------------------------------- | ----- |
319+
| <a href="#perworkflow-consensus-observationsizelimit" id="perworkflow-consensus-observationsizelimit">`PerWorkflow.Consensus.ObservationSizeLimit`</a> | Maximum size of data that can be passed to consensus aggregation | 25 KB |
320+
| <a href="#perworkflow-consensus-calllimit" id="perworkflow-consensus-calllimit">`PerWorkflow.Consensus.CallLimit`</a> | Maximum number of consensus calls per workflow execution | 2,000 |
321321

322322
### Logging quotas
323323

src/content/cre/llms-full-ts.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ The mechanism by which a DON comes to a single, reliable, and tamper-proof resul
249249

250250
# Service Quotas
251251
Source: https://docs.chain.link/cre/service-quotas
252-
Last Updated: 2025-12-11
252+
Last Updated: 2025-12-18
253253

254254
This page documents the service quotas for Chainlink Runtime Environment (CRE) workflows.
255255

@@ -314,10 +314,10 @@ These quotas apply to each individual workflow.
314314

315315
### Consensus quotas
316316

317-
| Quota Key | Description | Value |
318-
| ------------------------------------------------------------------------------------------------------------------------------------------------------ | ---------------------------------------------------------------- | ------ |
319-
| <a href="#perworkflow-consensus-observationsizelimit" id="perworkflow-consensus-observationsizelimit">`PerWorkflow.Consensus.ObservationSizeLimit`</a> | Maximum size of data that can be passed to consensus aggregation | 100 KB |
320-
| <a href="#perworkflow-consensus-calllimit" id="perworkflow-consensus-calllimit">`PerWorkflow.Consensus.CallLimit`</a> | Maximum number of consensus calls per workflow execution | 2,000 |
317+
| Quota Key | Description | Value |
318+
| ------------------------------------------------------------------------------------------------------------------------------------------------------ | ---------------------------------------------------------------- | ----- |
319+
| <a href="#perworkflow-consensus-observationsizelimit" id="perworkflow-consensus-observationsizelimit">`PerWorkflow.Consensus.ObservationSizeLimit`</a> | Maximum size of data that can be passed to consensus aggregation | 25 KB |
320+
| <a href="#perworkflow-consensus-calllimit" id="perworkflow-consensus-calllimit">`PerWorkflow.Consensus.CallLimit`</a> | Maximum number of consensus calls per workflow execution | 2,000 |
321321

322322
### Logging quotas
323323

src/content/cre/service-quotas.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ date: Last Modified
55
metadata:
66
description: "Understand CRE service quotas for your workflows: execution timeouts, trigger rates, WASM resources, and organization constraints."
77
datePublished: "2025-11-04"
8-
lastModified: "2025-12-11"
8+
lastModified: "2025-12-18"
99
---
1010

1111
import { Aside } from "@components"
@@ -73,10 +73,10 @@ These quotas apply to each individual workflow.
7373

7474
### Consensus quotas
7575

76-
| Quota Key | Description | Value |
77-
| ------------------------------------------------------------------------------------------------------------------------------------------------------ | ---------------------------------------------------------------- | ------ |
78-
| <a href="#perworkflow-consensus-observationsizelimit" id="perworkflow-consensus-observationsizelimit">`PerWorkflow.Consensus.ObservationSizeLimit`</a> | Maximum size of data that can be passed to consensus aggregation | 100 KB |
79-
| <a href="#perworkflow-consensus-calllimit" id="perworkflow-consensus-calllimit">`PerWorkflow.Consensus.CallLimit`</a> | Maximum number of consensus calls per workflow execution | 2,000 |
76+
| Quota Key | Description | Value |
77+
| ------------------------------------------------------------------------------------------------------------------------------------------------------ | ---------------------------------------------------------------- | ----- |
78+
| <a href="#perworkflow-consensus-observationsizelimit" id="perworkflow-consensus-observationsizelimit">`PerWorkflow.Consensus.ObservationSizeLimit`</a> | Maximum size of data that can be passed to consensus aggregation | 25 KB |
79+
| <a href="#perworkflow-consensus-calllimit" id="perworkflow-consensus-calllimit">`PerWorkflow.Consensus.CallLimit`</a> | Maximum number of consensus calls per workflow execution | 2,000 |
8080

8181
### Logging quotas
8282

0 commit comments

Comments
 (0)