This message was deleted.
# bolt
s
This message was deleted.
s
yes but some time task are long running and get hang, so use will not know where in task issue is.
y
Well.. I see 2 solutions here.. either stream or write a log on remote side
As I said before, I’d consider converting the long-running task to a systemd service. This way I can start it with bolt on a remote server easily. If one would like to wait for the results it’s possible to write a plan which polls the service state periodically and return the journalctl output for the service
s
Got it thanks