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().
Updated by Armand Sylvain over 5 years ago
- Status changed from New to In progress
Updated by Armand Sylvain over 5 years ago
- Status changed from In progress to Pending technical review
- Pull Request set to https://github.com/Normation/rudder/pull/2302
Updated by Anonymous over 5 years ago
- Status changed from Pending technical review to Pending release
Applied in changeset rudder|7d4199332247413a93a51b57a46293bd1d62ba30.
Updated by Vincent MEMBRÉ about 5 years ago
- Status changed from Pending release to Released
This bug has been fixed in Rudder 6.0.0~beta1 which was released today.
Actions