yes but some time task are long running and get hang, so use will not know where in task issue is.
y
Yury Bushmelev
03/18/2023, 10:38 AM
Well.. I see 2 solutions here.. either stream or write a log on remote side
Yury Bushmelev
03/18/2023, 10:41 AM
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