RunpodR
Runpod2y ago
5 replies
fireice

runpod js-sdk endpoint.run(inputPayload, timeout); timeout not work

when I set itmeout 360000, it always return error "timeout of 3000ms exceeded".
Even I open index.ts file in runpod-js-sdk,and set async run(timeout: number = 360000),
it sometimes works, sometimes it doesn't , return error "timeout of 3000ms exceeded".
I have install ramda in dependencies and @types/ramda in devDependencies.
(Before installation,it always return error "timeout of 3000ms exceeded" )

Python sdk never had this issue.

I have summit a issue on runpod js-sdk github repo.
Was this page helpful?