Memory & timeout

Memory allocation:

Each node runs independently and can have different memory sizes. The memory can range from 256MB to 10,240MB (10GB).

Time allocation:

Each node can run for up to 15 minutes, but you can adjust this time limit as needed. If a node times out, it will cause an error that stops the whole workflow. To prevent this, you can enable error handling. This feature will add an on failed handler that activates if a node times out or fails, ensuring the workflow continues.

Last updated