Allow the job GC interval to be configured from default of 5 minutes

This commit is contained in:
Pete Woods
2019-07-18 13:57:47 +01:00
parent beeb31e66d
commit 66bf8eb599
6 changed files with 25 additions and 0 deletions

View File

@@ -101,6 +101,7 @@ server {
num_schedulers = 2
enabled_schedulers = ["test"]
node_gc_threshold = "12h"
job_gc_interval = "3m"
job_gc_threshold = "12h"
eval_gc_threshold = "12h"
deployment_gc_threshold = "12h"