Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue: Traces with large images frequently fail by timeout #1245

Open
jacob-israel-turner opened this issue Nov 21, 2024 · 2 comments · May be fixed by #1416
Open

Issue: Traces with large images frequently fail by timeout #1245

jacob-israel-turner opened this issue Nov 21, 2024 · 2 comments · May be fixed by #1416
Assignees

Comments

@jacob-israel-turner
Copy link

jacob-israel-turner commented Nov 21, 2024

Issue you'd like to raise.

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
}

Related issue: #1101

Suggestion:

@zirkelc
Copy link

zirkelc commented Nov 28, 2024

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)

@jacoblee93
Copy link
Collaborator

Starting a new PR for this

@jacoblee93 jacoblee93 linked a pull request Jan 15, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants