mirror of
https://github.com/tiennm99/coolify.git
synced 2026-04-23 08:19:43 +00:00
c53988e91d
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().