Open RoXuS opened 1 year ago
maybe link to https://github.com/seanmonstar/reqwest/issues/976 ...
I believe this is the same issue as #21789. Once https://github.com/hyperium/h2/issues/731 lands and we incorporate that change, this issue should be fixed.
It seems that all the PRs have been merged, shall we upgrade these dependencies?
That would be fantastic
Hi Team,
We have migrated one of our front on Deno + vite + lit, it works like a charm, thanks.
We use a private npm registry (verdaccio 5.x).
When we launch Deno run, all npm dependencies are fetched and our registry explode randomly (CPU 100% then it crashes). We have tried to use a big instance (8 CPU) it better but not perfect (sometimes crash too)... When we disable HTTP2 on our load balancer all is ok...
Not sure that is a Deno issue but it seems Deno request all dependencies too quickly and too hardly on our registry.
There is a way to slow down the speed at which Deno requests its dependencies?
The error: