Skip to content

Commit 595f6c9

Browse files
committed
Sync config v15.0.0 : Allow pruning of stale group runners
See corresponding merge request: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/86477
1 parent eb1fd0e commit 595f6c9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

assets/runtime/config/gitlabhq/gitlab.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -612,6 +612,10 @@ production: &base
612612
elastic_index_bulk_cron_worker:
613613
cron: "*/1 * * * *"
614614

615+
# Periodically prune stale runners from namespaces having opted-in.
616+
ci_runners_stale_group_runners_prune_worker_cron:
617+
cron: "30 * * * *"
618+
615619
registry:
616620
enabled: {{GITLAB_REGISTRY_ENABLED}}
617621
host: {{GITLAB_REGISTRY_HOST}}

0 commit comments

Comments
 (0)