Commit Graph

10 Commits

Author SHA1 Message Date
pacnpal
b1eafbb01d Refactor queue system into modular structure
- Created new queue module with separate components:
  - models.py: QueueItem and QueueMetrics data classes
  - persistence.py: Queue state persistence
  - monitoring.py: Health monitoring and metrics
  - cleanup.py: Cleanup operations
  - manager.py: Main queue management
  - __init__.py: Package exports

- Updated imports in video_archiver.py and processor.py
- Removed old enhanced_queue.py
- Updated README with new queue system details

This refactoring improves code organization and maintainability
through better separation of concerns while maintaining all
existing functionality.
2024-11-15 18:16:53 +00:00
pacnpal
dccd16e776 Update READMEs 2024-11-15 01:28:06 +00:00
pacnpal
06f5bf63a0 docs: Update README with comprehensive cog descriptions and requirements. Added detailed features for Birthday cog and setup requirements for Overseerr cog. 2024-11-14 19:44:28 +00:00
pacnpal
8b8a33cfc6 adding Overseerr cog to README and give its own README 2024-10-21 13:34:58 -04:00
a5333a1bd0 Update README.md 2024-09-28 22:19:04 -04:00
56aab1fb78 Update README.md 2024-09-28 22:18:50 -04:00
f52f208af4 Update README.md 2024-09-28 22:18:38 -04:00
f50985c43b Update README.md 2024-09-28 22:18:24 -04:00
9d35100fea Update README.md 2024-09-28 22:13:34 -04:00
e02c9f6ccb Create README.md 2024-09-28 22:10:53 -04:00