Files
Pac-cogs/videoarchiver/enhanced_queue.py
pacnpal 44599b2b22 The TypeError in _monitor_health where string dates were being compared with datetime objects - Fixed by:
Adding a property-based approach for processing_time in QueueItem class
Ensuring processing_time is always stored as a float internally using _processing_time
Adding automatic type conversion in the property setter
Properly handling the conversion in to_dict and from_dict methods
Ensuring proper type checking in _monitor_health before comparisons
The "no running event loop" errors in the progress callback - Fixed by implementing proper event loop handling in processor.py's progress_callback function.
2024-11-15 18:07:08 +00:00

40 KiB