mirror of
https://github.com/kemko/nomad.git
synced 2026-01-07 10:55:42 +03:00
Allow the job GC interval to be configured from default of 5 minutes
This commit is contained in:
1
command/agent/testdata/basic.hcl
vendored
1
command/agent/testdata/basic.hcl
vendored
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user