Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Show console output as it gets printed [feature request] #72

Open
auipga opened this issue Dec 1, 2016 · 1 comment
Open

Show console output as it gets printed [feature request] #72

auipga opened this issue Dec 1, 2016 · 1 comment

Comments

@auipga
Copy link

auipga commented Dec 1, 2016

Some of my custom commands can take a few minutes to complete.
It would be nice to see its output before the command completes.

Did anyone ever thought about such functionality? Would be a very nice enhancement :)

@auipga auipga changed the title Show console output as it gets printed Show console output as it gets printed [feature request] Dec 1, 2016
@laszlokorte
Copy link
Member

Any ideas how to solve that?

Currently the output of the commands get send to the client immediately.
If the commands are long running, the output would need to be buffered on the server and then polled by the client as the single http connection can probably not be kept open several minutes.

Another approach could be to handle everything via websocket. That would also allow interactive console commands to be used.

But the current architecture is targeted at hosting situations in which you do not have ssh access and probably are not able to start a websocket server process.

But as always pull requests are very welcome!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants