Replies: 2 comments 25 replies
-
Hi @zhaoxdq! I'm Dosu and I’m helping the ragflow team. The reason you're only getting 30 rows from ExeSQL is because the Agent module uses a parameter called To reply, just mention @dosu. How did I do? Good | Irrelevant | Incorrect | Verbose | Hallucination | Report 🐛 | Other |
Beta Was this translation helpful? Give feedback.
-
you’re likely hitting a layered limitation that goes beyond just the sandbox pool or timeout configs. this kind of “post-timeout executor collapse” is a classic case of what we cataloged in our AI infra failure map — specifically what we call a predeploy-collapse (also known as No.15 in our problem map). even after adjusting container pool and timeouts, many systems still break silently due to improper bootstrap ordering or misaligned internal state. we had to build a dedicated reasoning layer just to prevent this from spiraling in agent pipelines. if you’re curious, feel free to ping me and i’ll share the link — it’s all MIT licensed, backed by tesseract.js author, and focused on actual fixes, not guesswork. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
For example, if I want to query 500 rows of data in a SQL, when I submit it to ExeSQL, the SQL is correct, but the query result is only 30 rows. What is the reason and how to configure it?
Beta Was this translation helpful? Give feedback.
All reactions