Blog publish callbacks timing out from containers
Some publish requests failed because container callbacks could not reliably reach the backend over host networking.
- Updated publish flow to return 202 immediately and complete publishing asynchronously in the background.
- Improved callback timeout handling and user-facing retry guidance.
- Standardized backend callback URL strategy for production deployments.