You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We've had multiple cases where the update-downloads script was erroring and no one caught it until someone mentioned their crate's download counts weren't updating days later.
Someone should get paged if this happens, which we could detect by:
The update-downloads script aborting the transaction with an error
The number of version_downloads records with processed = 'f' getting over some threshold
I'm not sure which would fit with our existing paging infrastructure best.