Execution Limits
-
Flow Execution Time
Maximum: 600 seconds (10 minutes)
Flows exceeding this limit will be marked as timed out. -
Memory Usage
Maximum: 1 GB RAM
(Self hosted can be configured viaFLO_SANDBOX_MEMORY_LIMIT)
The memory usage is measured for the entire Node.js process running the flow. There is approximately 300 MB of overhead for a warm process with hubs already loaded.
File Storage Limits
Files from actions or triggers are stored in the database/S3 to support retries for certain steps.
- Maximum File Size: 10 MB
(Configurable viaFLO_MAX_FILE_SIZE_MB, default: 4 MB)
Key / Value Storage Limits
Some hubs use the built-in FLO key store (e.g., Store Hub, Queue Hub).- Maximum Key Length: 128 characters
- Maximum Value Size: 512 KB