Description
After a successful cloud deploy (Hetzner), the deployment remains in in_progress status even after:
- "Status Panel agent registered successfully"
- "Copy files is done"
- Docker task import complete
The deployment never transitions to completed on its own. Running stacker resolve --confirm --force --deployment <hash> is required to complete it.
Affected Projects
Multiple projects including: ArchiveBox, AstrBot, activepieces, coolify, countly-server
Steps to Reproduce
- Deploy any project to cloud:
stacker deploy --target cloud --force-new --watch
- Wait for agent registration and file copy messages
- Observe deployment stays in
in_progress
- Run
stacker resolve --confirm --force --deployment <deployment-hash>
- Status changes to
completed
Expected Behavior
Deployment should transition to completed automatically once the remote app is ready and containers are running.
Actual Behavior
Deployment stays in_progress indefinitely until manual stacker resolve is run.
Environment
- Stacker CLI version: latest
- Cloud provider: Hetzner
- Region: fsn1
- Server type: cpx22
Description
After a successful cloud deploy (Hetzner), the deployment remains in
in_progressstatus even after:The deployment never transitions to
completedon its own. Runningstacker resolve --confirm --force --deployment <hash>is required to complete it.Affected Projects
Multiple projects including: ArchiveBox, AstrBot, activepieces, coolify, countly-server
Steps to Reproduce
stacker deploy --target cloud --force-new --watchin_progressstacker resolve --confirm --force --deployment <deployment-hash>completedExpected Behavior
Deployment should transition to
completedautomatically once the remote app is ready and containers are running.Actual Behavior
Deployment stays
in_progressindefinitely until manualstacker resolveis run.Environment