jspm / generator

JSPM Import Map Generator
Apache License 2.0
166 stars 21 forks source link

Improved retry/error-handling in fetches #210

Closed Bubblyworld closed 1 year ago

Bubblyworld commented 1 year ago

From the conversation on Discord with jkrishna, there's no retry logic on errors currently see fetch-native.ts.

Bubblyworld commented 1 year ago

This would potentially make the tests much less flaky, the deno tests in particular do a lot of requests and occasionally they fail for transient reasons.