SEO_iamge_renamer_starting_.../packages/api/src
DustyWalker b39c5681d3 feat(api): add queue module for BullMQ background processing
- Implement QueueService with Redis-backed BullMQ integration
- Add ImageProcessingProcessor for individual image AI analysis
- Add BatchProcessingProcessor for coordinated batch operations
- Support job scheduling, progress tracking, and error handling
- Include queue management operations (pause, resume, clean)
- Add retry logic with exponential backoff strategies

Enables asynchronous processing for scalable image analysis workflows.

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-05 17:23:42 +02:00
..
auth feat(auth): implement complete Google OAuth authentication system 2025-08-05 17:09:43 +02:00
batches feat(db): implement complete database schema and models 2025-08-05 17:02:03 +02:00
common/middleware feat(auth): implement complete Google OAuth authentication system 2025-08-05 17:09:43 +02:00
database feat(auth): implement complete Google OAuth authentication system 2025-08-05 17:09:43 +02:00
images feat(db): implement complete database schema and models 2025-08-05 17:02:03 +02:00
payments feat(db): implement complete database schema and models 2025-08-05 17:02:03 +02:00
queue feat(api): add queue module for BullMQ background processing 2025-08-05 17:23:42 +02:00
storage feat(api): add storage module for MinIO/S3 integration 2025-08-05 17:23:18 +02:00
upload feat(api): add upload module for multipart file processing 2025-08-05 17:23:30 +02:00
users feat(auth): implement complete Google OAuth authentication system 2025-08-05 17:09:43 +02:00
app.module.ts feat(auth): implement complete Google OAuth authentication system 2025-08-05 17:09:43 +02:00
main.ts feat(auth): implement complete Google OAuth authentication system 2025-08-05 17:09:43 +02:00