BookatlasTwo-Day MuleSoft → Salesforce Bootcamp
54 / 81 · Module 15 — Deployment and Operations · filtered: interview← prev⊞ allnext →

15.23Deployment isn't complete when upload succeeds

Bad pipeline:

deploy command exited 0
→ declare SUCCESS

Better:

deploy
 ↓
application reaches RUNNING
 ↓
health/smoke checks pass
 ↓
deployment considered successful

CloudHub 2.0 exposes deployment/application status specifically for this reason.