When stopping a service that's currently deploying, mark any IN_PROGRESS or QUEUED activities as CANCELLED. This prevents the status from remaining stuck at "starting" after containers are stopped. Follows the existing pattern used in forceDeploy(). |
||
|---|---|---|
| .. | ||
| DeleteService.php | ||
| RestartService.php | ||
| StartService.php | ||
| StopService.php | ||