Adding a Live Generate Button: Why Synchronous Beat a Job Queue
A developer added a synchronous 'Generate' button to a content dashboard, replacing an async job queue that required manual server intervention. The endpoint POST /api/drafts/generate?platform= runs t…