Description
stacker logs --service app --tail 80 hangs and eventually returns a timeout error when the agent is busy processing other commands.
Affected Projects
Mastodon
Error
Error: Fetching logs for app timed out (last status: queued, id: ...)
Steps to Reproduce
- Deploy a project to existing server
- Run
stacker logs --service app --tail 80
- Command hangs and eventually times out
Expected Behavior
Logs should be returned promptly, or the command should retry after a brief delay.
Current Workaround
SSH directly: ssh root@server 'docker logs --tail=80 project-app-1'
Environment
- Stacker CLI version: latest
- Deploy target: server
Description
stacker logs --service app --tail 80hangs and eventually returns a timeout error when the agent is busy processing other commands.Affected Projects
Mastodon
Error
Steps to Reproduce
stacker logs --service app --tail 80Expected Behavior
Logs should be returned promptly, or the command should retry after a brief delay.
Current Workaround
SSH directly:
ssh root@server 'docker logs --tail=80 project-app-1'Environment