erik78se / charm-gitlab-runner

A juju charm (hooks,bash) deploying gitlab-runner
Apache License 2.0
3 stars 1 forks source link

Add support for check-interval and concurrency #3

Closed erik78se closed 3 years ago

erik78se commented 3 years ago

The pirate-charmers charm as support for these config items which this charm should have too. Thereby allowing control over more fine graided performance.

check-interval (int) Seconds a runner waits between checks for each executor.

concurrency (int) Number of concurrent jobs for a runner 3

erik78se commented 3 years ago

Done