summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorAlberto Sartori <alberto.sartori@huawei.com>2023-02-27 10:27:52 +0100
committerAlberto Sartori <alberto.sartori@huawei.com>2023-03-10 09:38:39 +0100
commit55ba09ec97d2449b39d7fcc38c346969168d899b (patch)
tree4c97affeaae2e5bb88a41be6d389b2502bae6e24 /share
parent117a1dbf099d93dfe044971f90203a5d8d1975b4 (diff)
downloadjustbuild-55ba09ec97d2449b39d7fcc38c346969168d899b.tar.gz
execution service: implement WaitExecution and google::longrunning::Operations::GetOperation
For each action that is executed, an entry is added to a shared thread safe cache. Once the number of operations stored exceeds twice 2^n, where n is given by the option --log-operations-threshold, at most 2^n operations will be removed, in a FIFO scheme.
Diffstat (limited to 'share')
-rw-r--r--share/man/just.1.org6
1 files changed, 6 insertions, 0 deletions
diff --git a/share/man/just.1.org b/share/man/just.1.org
index 47f9ccb2..a6839de8 100644
--- a/share/man/just.1.org
+++ b/share/man/just.1.org
@@ -603,6 +603,12 @@ the original remote build execution protocol.
*--tls-server-key* TEXT\\
Path to the TLS server key.
+ *----log-operations-threshold* INT\\
+ Once the number of operations stored exceeds twice 2^n, where n is given by
+ the option --log-operations-threshold, at most 2^n operations will be removed,
+ in a FIFO scheme. If unset, defaults to 14. Must be in the range [0,255].
+
+
* EXIT STATUS
The exit status of ~just~ is one of the following values: