Add asynchronous ping mechanism to prevent job timeouts
- 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
Showing
Please
register
or
sign in
to comment