I am running into an issue using a retool loop within a workflow; it seems when my input gets past a certain size (hard to pin down) I am hitting an Internal Error?
Is there any way I can get a more verbose error message? The loops functions fine when I slice up the input into smaller pieces.
We were able to dig into your logs via Datadog and it looks like this error is coming from the container running the workflows which is running out of memory
I believe the way to get around this is to try smaller batch sizes, it may take slightly longer but should hopefully keep the memory from capping out!