• Stefy Lanza (nextime / spora )'s avatar
    Fix: Prevent creating multiple today fixtures by adding cache · 07182e9c
    Stefy Lanza (nextime / spora ) authored
    - Added _cached_today_fixture_id and _today_fixture_cache_time to cache today's fixture
    - Cache is valid for 60 seconds to prevent race conditions
    - This prevents multiple fixtures being created when _get_or_create_today_fixture is called multiple times in quick succession
    - Also provides MySQL queries for user to clean up duplicate fixtures
    07182e9c
games_thread.py 260 KB