Skip to content
Discussion options

You must be logged in to vote

I just ran it through an agent, please let me know if this helps

  Diagnosis: it's the runpod proxy, not cuOpt

  Your endpoint is *.proxy.runpod.net, which resolves to 104.18.6.228 / 104.18.7.228 — Cloudflare IPs. runpod's HTTP proxy is Cloudflare‑fronted, and that path enforces a request‑body size limit (Cloudflare's default is ~100 MB; runpod's proxy is in that same ballpark).
  That's the whole signature of what you're seeing:

  - wget completes the TLS handshake (connected) but can never get the body accepted → endless Retrying.
  - ~200 MB works, 2.9 GB doesn't → a body‑size ceiling in the proxy.
  - cuOpt logs stay empty → the request never reaches the cuOpt process at all.

  So …

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by algomia
Comment options

You must be logged in to vote
1 reply
@rgsl888prabhu
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants