Skip to content
This repository has been archived by the owner on Nov 17, 2017. It is now read-only.

Leagues.fetch_leagues_from_webapi sending unexpected keyword argument 'ignore_expiry' #1

Open
rjackson opened this issue Jun 27, 2014 · 0 comments

Comments

@rjackson
Copy link
Member

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant