We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb1fd0e commit 595f6c9Copy full SHA for 595f6c9
assets/runtime/config/gitlabhq/gitlab.yml
@@ -612,6 +612,10 @@ production: &base
612
elastic_index_bulk_cron_worker:
613
cron: "*/1 * * * *"
614
615
+ # Periodically prune stale runners from namespaces having opted-in.
616
+ ci_runners_stale_group_runners_prune_worker_cron:
617
+ cron: "30 * * * *"
618
+
619
registry:
620
enabled: {{GITLAB_REGISTRY_ENABLED}}
621
host: {{GITLAB_REGISTRY_HOST}}
0 commit comments