seo-generator-server/public
StillHammer a2ffe7fec5 Refactor batch processing system with shared QueueProcessor base class
• Created QueueProcessor base class for shared queue management, retry logic, and persistence
• Refactored BatchProcessor to extend QueueProcessor (385→142 lines, 63% reduction)
• Created BatchController with comprehensive API endpoints for batch operations
• Added Digital Ocean templates integration with caching
• Integrated batch endpoints into ManualServer with proper routing
• Fixed infinite recursion bug in queue status calculations
• Eliminated ~400 lines of duplicate code across processors
• Maintained backward compatibility with existing test interfaces

Architecture benefits:
- Single source of truth for queue processing logic
- Simplified maintenance and bug fixes
- Clear separation between AutoProcessor (production) and BatchProcessor (R&D)
- Extensible design for future processor types

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-19 02:04:48 +08:00
..
batch-dashboard.html Refactor batch processing system with shared QueueProcessor base class 2025-09-19 02:04:48 +08:00
batch-interface.html Refactor batch processing system with shared QueueProcessor base class 2025-09-19 02:04:48 +08:00
README-Interface.md Setup test system extended 2025-09-05 20:09:53 +08:00
step-by-step.html Improve step by step system, fix modular level 3 and 4 modules 2025-09-11 15:31:53 +08:00
test-modulaire.html Setup test system extended 2025-09-05 20:09:53 +08:00