mirror of
https://github.com/tiennm99/coolify.git
synced 2026-07-12 23:05:33 +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().