From 55ba09ec97d2449b39d7fcc38c346969168d899b Mon Sep 17 00:00:00 2001 From: Alberto Sartori Date: Mon, 27 Feb 2023 10:27:52 +0100 Subject: 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. --- share/man/just.1.org | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'share') 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: -- cgit v1.2.3