Limits
To ensure fair use of our cloud resources, we have implemented a number of limits.
If you use a self-hosted version of Membrane, you can change any of these limits by providing corresponding environment variables.
Note: All limits are applied on a rolling window basis, meaning usage is continuously measured over time rather than resetting at fixed intervals.
API
Limit | |
---|---|
Maximum request size | 10 Mb |
Maximum response size | 30 Mb |
Maximum request duration | 60 seconds |
- If you need to work with larger data, please check Files.
- If you need to run longer requests, use Flows.
Flow Runs
Limit | |
---|---|
Maximum flow run duration | 50 min |
Maximum memory size | 2 GB |
Maximum flow node output | 20 MB |
Maximum parallel flow runs per connection | 1 |
External Event Pulls
Limit | |
---|---|
Maximum parallel incremental pulls per connection | 1 |
Maximum parallel "full sync" pulls per connection | 1 |
Maximum parallel pulls per workspace | 10 |
Minimal interval for incremental pull | 60 seconds |
Minimal interval for "full sync" pull | 60 minutes |
Custom Code
Limit | |
---|---|
Maximum memory when running custom code | 512 MB |
Maximum duration of custom code run in synchronous mode | 50 seconds |
Maximum duration of custom code run in asynchronous mode (flow) | 50 minutes |
Updated 10 days ago