Known application limits
Learn about the application limits of the Betty Blocks platform
Soft limits
Soft limits are not automatically enforced.
Data API
Single-record request rate
For single-record requests we enforce the following rate limits:
- Live production applications have a limit of 100 requests per minute
- Production applications that are not live have a limit of 50 requests per minute
- Sandboxes have a limit of 50 requests per minute
ActionsJS
-
Maximum execution time
-
The soft limit for the maximum execution time is 45 seconds.
-
Public clouds
-
Application database size
-
The maximum database size for all public clouds is 10 GB.
-
-
Application asset size
-
The maximum asset size for all public clouds is 10 GB.
-
Hard limits
Hard limits are automatically enforced limits. This is done by for example terminating a process or blocking requests. An error will be shown in your logs when this happens.
Data API
Single-record request rate
For Single-record requests we enforce the following rate limits:
- Live production applications have a limit of 200 requests per minute
- Production applications that are not live have a limit of 100 requests per minute
- Sandboxes have a limit of 100 requests per minute
Buckets
The request rate limits for each bucket are:
- 200 requests for the 1-minute-bucket
- 2600 requests for the 1-hour-bucket
- 1150 requests for the 1-day-bucket
-
Maximum database query duration
-
-
The database query duration is limited to 5 seconds.
-
-
Maximum HTTP response time
-
The HTTP response time is limited to 5 seconds.
-
-
Maximum number of queries per request
-
The amount of queries per request is limited to 10 queries.
-
-
Maximum number of nested relations in a query
-
The amount of nested relations in a query is limited to 4 layers.
-
Read more about buckets and the Data API here.
ActionsJS
-
Maximum execution time
-
The execution time is limited to a maximum of 60 seconds
-
-
Maximum memory usage
-
The memory usage is limited to a maximum of 128 MB
-
Background actions:
-
Duration limit:
-
A background action can not have a duration longer than 1 hour.
-
-
Payload size limit
-
A background action’s total payload size can not exceed 100kb.
-