• Stefy Lanza (nextime / spora )'s avatar
    Add cleanup for incomplete matches from past days · 15d06c2c
    Stefy Lanza (nextime / spora ) authored
    - Add _cleanup_old_incomplete_matches() to close matches 2+ days old as 'failed'
    - Add _get_yesterday_incomplete_matches() to find yesterday's incomplete matches
    - Add _get_or_create_today_fixture() to ensure new matches go to today's fixture
    - Add yesterday_fixture_id attribute to track yesterday's fixture for completion
    - Modify initialize() to process past incomplete matches before starting
    - Pre-create today's fixture when yesterday's incomplete matches are found
    - Ensure new matches are created in today's fixture, not yesterday's
    15d06c2c
Name
Last commit
Last update
..
__init__.py Loading commit data...
application.py Loading commit data...
games_thread.py Loading commit data...
match_timer.py Loading commit data...
message_bus.py Loading commit data...
rtsp_streamer.py Loading commit data...
screen_cast.py Loading commit data...
template_watcher.py Loading commit data...
thread_manager.py Loading commit data...
udp_broadcast.py Loading commit data...
video_feeder.py Loading commit data...