Skip to content

Commit

Permalink
Don't run analysis during reprime_cache, for now.
Browse files Browse the repository at this point in the history
It's failing due to run out of order with process_logs and is not needed.
  • Loading branch information
bakert committed Dec 7, 2019
1 parent 1bb197f commit 6d1947a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions maintenance/reprime_cache.py
@@ -1,4 +1,3 @@
from analysis import analysis
from decksite.data import archetype, card, deck, person, rule, season
from magic import multiverse, oracle
from shared import redis
Expand All @@ -17,5 +16,4 @@ def run() -> None:
card.preaggregate()
deck.preaggregate()
season.preaggregate()
analysis.preaggregate()
rule.cache_all_rules()

0 comments on commit 6d1947a

Please sign in to comment.