You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When submitting traces for runs with images, I often get a timeout failure:
DOMException [TimeoutError]: The operation was aborted due to timeout
at node:internal/deps/undici/undici:13185:13
at RetryOperation._fn (/Users/jacob/code/mithra/mithra/node_modules/.pnpm/[email protected]/node_modules/p-retry/index.js:50:12) {
attemptNumber: 7,
retriesLeft: 0
}
Not sure if it's the same issue, but we also see errors like this:
WARN Failed to multipart ingest runs: TimeoutError: The operation was aborted due to timeout
at node:internal/deps/undici/undici:13185:13
at processTicksAndRejections (node:internal/process/task_queues:95:5)
at runNextTicks (node:internal/process/task_queues:64:3)
at process.processTimers (node:internal/timers:516:9)
at async RetryOperation._fn (/node_modules/.pnpm/[email protected]/node_modules/p-retry/index.js:50:12)
Issue you'd like to raise.
When submitting traces for runs with images, I often get a timeout failure:
Related issue: #1101
Suggestion:
The text was updated successfully, but these errors were encountered: