Radish alpha
r
Radicle CI broker
Radicle
Git (anonymous pull)
Log in to clone via SSH
doc: explain limit on concurrency per repo
✓ CI success Lars Wirzenius committed 5 months ago
commit ac530cf29efaffb9640b0cdd35d6c288d996bb71
parent 7d740a9f69f506fd40af2caa54d127e7e4b8f82e
3 passed (3 total) View logs
1 file changed +6 -0
modified doc/userguide.md
@@ -318,6 +318,12 @@ variable named in `config_env` to the path to the temporary file. This
can reduce the number of files needed to be maintained to configure
`cib` and all the adapters.

+
## On concurrency
+

+
The CI broker allows mulitple CI runs to run at the same time. However, it
+
only allows at a time per repository. The `concurrent_adapters` setting refers
+
to the total number of adapter processes running at the same time.
+


# CI events