-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Open
Labels
bugBugs in badges and the frontendBugs in badges and the frontendneeds-upstream-helpNot actionable without help from a service providerNot actionable without help from a service providerservice-badgeNew or updated service badgeNew or updated service badge
Description
Are you experiencing an issue with...
shields.io
π Description
The Crates.io Dependents badge will frequently fail on first try.
After a small debug i noticed the following:
- some requests to upstream take over 8s to reply.
- second request to the same time is much quicker (i got 600ms for a crate that hit 5.5s at
https://crates.io/api/v1/crates/proc-macro2/reverse_dependencies, our example, tokio takes over 10s the first try and 3.5 on the second tryhttps://crates.io/api/v1/crates/tokio/reverse_dependencies). - we fail daily tests
My guess is that the second request is quicker due to some kind of cache.
π Link to the badge
https://img.shields.io/crates/dependents/tokio
π‘ Possible Solution
seems like upstream issue and there is little we can do about this
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugBugs in badges and the frontendBugs in badges and the frontendneeds-upstream-helpNot actionable without help from a service providerNot actionable without help from a service providerservice-badgeNew or updated service badgeNew or updated service badge