UBER-EATS-Wrapper/docs/developer-portal/11-production-go-live.md

20 lines
707 B
Markdown

# 11 Production Go Live
Go-live readiness:
- Production OAuth credentials configured
- Webhook URL reachable over HTTPS
- Alerting and log monitoring enabled
- Token refresh and failure runbooks ready
- Injection success rate monitoring enabled (`target >= 99%`)
- Pilot launch metric check enabled (`>= 98%` over 3 days):
- `GET /api/v1/metrics/go-live-readiness`
Pilot launch workflow:
1. Provision pilot store to production app.
2. Upload menu (`PUT /api/v1/uber/menu/replace`).
3. Enable POS integration (`PATCH /api/v1/uber/stores/{storeId}/pos-data` with `integration_enabled=true`).
4. Monitor injection success and order response SLA.
5. Continue launches after pilot stability target is met.