Skip to content

Commit

Permalink
MaxClientDisconnect Jobspec checklist (#12177)
Browse files Browse the repository at this point in the history
* api: Add struct, conversion function, and tests
* TaskGroup: Add field, validation, and tests
* diff: Add diff handler and test
* docs: Update docs
  • Loading branch information
DerekStrickland authored and DerekStrickland committed Apr 5, 2022
1 parent e7707bf commit 05093dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nomad/structs/structs_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -415,6 +415,7 @@ func testJob() *Job {
"elb_check_interval": "30s",
"elb_check_min": "3",
},
MaxClientDisconnect: helper.TimeToPtr(1 * time.Hour),
},
},
Meta: map[string]string{
Expand Down

0 comments on commit 05093dd

Please sign in to comment.