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
{{ message }}
This repository has been archived by the owner on Nov 17, 2017. It is now read-only.
We can either use Dotabank's cache here, or just skip on errors. Unlike Dotabank, we're persisting league data to a database - so it's not critical that we can always retrieve data from the WebAPI (whereas it is critical on Dotabank). Best solution is probably just skipping on errors.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
https://app.getsentry.com/arcanaio/pubstompinfo/group/23741048/
It's using the expired-cache-fallback facility which exists with Dotabank's custom filesystem cache: https://github.com/Arcana/dotabank-web/blob/master/app/cache.py#L23
We can either use Dotabank's cache here, or just skip on errors. Unlike Dotabank, we're persisting league data to a database - so it's not critical that we can always retrieve data from the WebAPI (whereas it is critical on Dotabank). Best solution is probably just skipping on errors.
The text was updated successfully, but these errors were encountered: