9 Replies
that's an extremely low-level error! it sounds like some kind of file descriptor ulimit exhaustion thing... in the browser?
Based on the api path, this error comes from an a action running in Node.js? Is that correct?
ah yeah, that would make more sense
we probably have the default
ulimit -n
in the action environment @presley ?The file descriptor limit in our Node.js environemnt to be 1,024.
yep, that's the default
@magicseth is it possible you create 1024 parallel queries from a single action or that doesn't seem like a likely explanation?
That seems likelu
Ok, I will make sure we throw a better error message.
thanks!