Actions
Bug #10114
closedAllow relay-api to make asynchronous remote run call with output
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:
Description
Currently we always wait for output even if we put the asynchronous parameter in the request.
Some documentation on achieving this:
https://mortoray.com/2014/03/04/http-streaming-of-command-output-in-python-flask/
http://flask.pocoo.org/docs/0.12/patterns/streaming/
https://docs.python.org/2/library/subprocess.html#subprocess.Popen
Actions