Service Quotas

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

Per-owner quotas

These quotas apply to each workflow owner (user account) within an organization.

QuotaDescription
Value
Workflow Deployment RateMaximum rate at which an organization can deploy new workflowsRate: 1 per minute
Burst: 1
Concurrent Workflow ExecutionsMaximum number of workflows that can execute simultaneously5
Workflow Trigger RateMaximum rate at which triggers can fire for all workflows owned by a single owner (user account)Rate: 5 per second
Burst: 5
Workflow Binary SizeMaximum size of the compiled WASM binary100 MB
Workflow Compressed Binary SizeMaximum size of the compressed WASM binary20 MB
Workflow Configuration SizeMaximum size of the workflow configuration1 MB
Secrets SizeMaximum total size of secrets accessible to a workflow1 MB

Per-workflow quotas

These quotas apply to each individual workflow.

Trigger quotas

QuotaDescription
Value
Trigger RateMaximum rate at which a workflow's triggers can fireRate: 1 per 30 seconds
Burst: 3
Maximum Triggers per WorkflowMaximum number of triggers that can be registered to a single workflow10

Execution quotas

QuotaDescription
Value
Concurrent Workflow InstancesMaximum number of concurrent executions for a specific workflow5
Burst: 5
Workflow TimeoutMaximum total execution time for a single workflow run5 minutes
Workflow Memory AllocationMaximum memory allocated to a workflow100 MB
Response SizeMaximum size of the data a workflow can return100 KB

Capability call quotas

QuotaDescription
Value
Concurrent Capability CallsMaximum concurrent capability calls (HTTP, EVM read/write, secrets) that can execute within a workflow3
Capability Call TimeoutMaximum time a single capability call can take to complete3 minutes

Secrets quotas

QuotaDescription
Value
Secrets SizeMaximum total size of secrets accessible to a workflow1 MB
Concurrent Secrets FetchesMaximum number of secrets that can be fetched concurrently. Learn how to fetch multiple secrets.5

Consensus quotas

QuotaDescription
Value
Observation SizeMaximum size of data that can be passed to consensus aggregation100 KB
Total Consensus CallsMaximum number of consensus calls per workflow execution2,000

Logging quotas

QuotaDescription
Value
Log Line SizeMaximum size of a single log line1 KB
Log EventsMaximum number of log events per workflow execution1,000

Trigger-specific quotas

Cron trigger

QuotaDescription
Value
Trigger RateMaximum rate at which a cron trigger can fireRate: 1 per 30 seconds
Burst: 1

HTTP trigger

QuotaDescription
Value
Trigger RateMaximum rate at which an HTTP trigger can fireRate: 1 per 30 seconds
Burst: 3

EVM log trigger

QuotaDescription
Value
Maximum Log TriggersMaximum number of EVM log triggers per workflow5
Event RateMaximum rate at which log events can be processedRate: 10 per 6 seconds
Burst: 10
Filter AddressesMaximum number of contract addresses that can be monitored5
Filter Topics per SlotMaximum number of topic values that can be specified within a single topic position (Topics[0], Topics[1], Topics[2], or Topics[3]). Learn about topic filtering.10
Event SizeMaximum size of a single log event5 KB

Capability-specific quotas

EVM write capability

QuotaDescription
Value
Target ChainsMaximum number of destination chains for write operations10
Report SizeMaximum size of a report payload1 KB
Transaction Gas QuotaGas quota per EVM transaction5,000,000

EVM read capability

QuotaDescription
Value
Read Calls per ExecutionMaximum number of EVM read calls per workflow execution10
Log Query Block QuotaMaximum number of blocks that can be queried for historical logs100
Payload SizeMaximum size of an EVM read request payload5 KB

HTTP capability

QuotaDescription
Value
HTTP Calls per ExecutionMaximum number of HTTP requests per workflow execution5
Response SizeMaximum size of an HTTP response10 KB
Connection TimeoutMaximum time to establish an HTTP connection10 seconds
Request SizeMaximum size of an HTTP request payload100 KB
Cache AgeMaximum time HTTP responses can be cached10 minutes

Quota increases

Contact us to discuss quota increases.

Get the latest Chainlink content straight to your inbox.