Skip to content

Limits & quotas

Concrete limits enforced by the LakeSail API and platform. Numbers come from the OpenAPI spec; soft limits (anything that requires raising via support) are noted.

API request limits

LimitValueNotes
Max page size on list endpoints100The pageSize query parameter caps at 100. Use cursor-based pagination for larger results.
Rate limits

Resource naming

FieldMinMax
Resource name (most entities)1255 chars
Description1023 chars
Identity provider name1255 chars
Identity provider type display name1100 chars

Jobs

LimitValueNotes
Cron expression100 charsStandard 5-field cron
Cron timezone64 charsIANA zone names
Min concurrent runs1When concurrencyPolicy is allow

Job timeouts and resource limits are configured per-job; there is no platform-imposed hard ceiling beyond what your cluster can run.

Queries

LimitValueNotes
Query text18191 chars (the maximum a single query can store inline).
Catalog schema name255 chars

For longer SQL, split into multiple queries or reference SQL files from a Python wheel job.

Notifications

LimitValueNotes
Channels per organization
Rules per organization

Sessions

LimitValueNotes
Concurrent sessions per cluster
Idle timeout before close
Token lifetimeShort — measured in minutes, not days

Clusters and infrastructure

LimitValueNotes
Min management nodes1Hard floor; a cluster needs at least one system node
Max management nodesSoft limit; raise if you keep hitting it
Networks per cloud account
Clusters per network
Provisioning time, typical5–10 minutesNetwork or cluster, end-to-end
Provisioning time, worst case30+ minutesIf AWS quota requests need to land first

The cluster's allocatable CPU and pod-per-node count are constrained by the management node instance type. See Set up a cluster for the validation warnings that fire when sizing is insufficient.

AWS-side quotas

LakeSail provisions resources in your AWS account, so your account's service quotas apply:

  • EC2 instance limits per region — most relevant for cluster compute scaling.
  • VPCs per region — five by default.
  • CloudFormation stacks per region — typically not a constraint.
  • Elastic IPs, NAT gateways, load balancers — used per cluster.

If a network or cluster fails to provision with a quota error in CloudFormation, raise the relevant quota in your AWS account before retrying.

Auth and identity

LimitValueNotes
MFA recovery codes
Session cookie / token lifetime
OIDC scopes per identity providerLimited only by what the IdP supports

Raising a limit

For soft limits, contact . Include:

  • Your organization ID.
  • Which limit you're hitting (with an exact resource ID or operation).
  • Why — a brief description of the workload that needs the higher limit.

Hard limits (the ones noted "Hard floor" / "Hard ceiling") can't be raised; redesign around them.

API reference

  • AuthenticationListPermissions returns the authoritative permission catalog.
  • The full schema (including every field's min/max constraint) is at the Full Spec.