• Stefy Lanza (nextime / spora )'s avatar
    Add asynchronous ping mechanism to prevent job timeouts · 068cb369
    Stefy Lanza (nextime / spora ) authored
    - Implement BackgroundPing class that runs in separate thread
    - Send ping messages every configurable interval during long operations
    - Fix worker to use background ping during frame processing
    - Ensure ping works even during blocking model inference operations
    - Add proper cleanup of ping thread in finally block
    068cb369
config_loader.py 5.14 KB