mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 10:25:42 +03:00
Match example update configuration to comment
"two-at-a-time" == `max_parallel = 2`
This commit is contained in:
@@ -56,7 +56,7 @@ job "docs" {
|
||||
# 30 second intervals.
|
||||
update {
|
||||
stagger = "30s"
|
||||
max_parallel = 1
|
||||
max_parallel = 2
|
||||
}
|
||||
|
||||
# A group defines a series of tasks that should be co-located
|
||||
|
||||
Reference in New Issue
Block a user