FabioKido
FabioKido7mo ago

Flow fail, reason: "WINDMILL_TOO_BIG"

Hey, guys! I have a flow that in one of its steps generates a giant json as a result. This is causing this failure that I show in the image, I don't know how to deal with it, would anyone know how to solve it? The app is self-hosted!
No description
1 Reply
Tiago Serafim
Tiago Serafim7mo ago
Large data should be stored somewhere else, such as S3. https://www.windmill.dev/docs/core_concepts/persistent_storage
Persistent Storage & Databases | Windmill
Persistent storage refers to any method of storing data that remains intact and accessible even after a system is powered off, restarted, or experiences a crash.