Exercise 3: Background Job Processing
Objective
Create background service for email processing
Implementation
- Create BackgroundService
- Use Channels for queue
- Process items in background
- Handle errors and retries
- Graceful shutdown
Expected Outcome
- Background email processing
- Queue-based architecture
- Error handling