Skip to content

Commit

Permalink
Merge pull request #6439 from hashicorp/f-docs-clarify-job-gc-interval
Browse files Browse the repository at this point in the history
clarify version for new gc config in server stanza
  • Loading branch information
preetapan authored Oct 8, 2019
2 parents d764f63 + 0f8f581 commit 0507d04
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion website/source/docs/configuration/server.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,8 @@ server {
frequent but smaller collections. Raising the interval will perform collections
less frequently but collect more jobs at a time. Reducing this interval is
useful if there is a large throughput of tasks, leading to a large set of
dead jobs. This is specified using a label suffix like "30s" or "3m".
dead jobs. This is specified using a label suffix like "30s" or "3m". `job_gc_interval`
was introduced in Nomad 0.10.0.

- `job_gc_threshold` `(string: "4h")` - Specifies the minimum time a job must be
in the terminal state before it is eligible for garbage collection. This is
Expand Down

0 comments on commit 0507d04

Please sign in to comment.