Actions
Bug #15206
closedHandling keept_output and asynchronous parameters in the remote-run API
Pull Request:
Severity:
Minor - inconvenience | misleading | easy workaround
UX impact:
User visibility:
Effort required:
Small
Priority:
0
Name check:
To do
Fix check:
To do
Regression:
Description
At the moment, these booleans have no effect on the API's behaviour.
The goal is to send back the API's output if keep_output is set to true, and to process the request asynchronously only if asynchronous is set to true, using tokio::spawn().
Actions