Goal
Decouple story generation from the HTTP request-response cycle using background jobs.
Context
Story generation takes 5-10 seconds. Vercel functions have timeouts, which can cause issues for longer generations.
Tasks
References
- ROADMAP.md: Section 3 - AI Service Scalability
Goal
Decouple story generation from the HTTP request-response cycle using background jobs.
Context
Story generation takes 5-10 seconds. Vercel functions have timeouts, which can cause issues for longer generations.
Tasks
References