[doc] Fix job example to use system scheduler with count 5
This commit is contained in:
parent
3cd8d9d84e
commit
ace72bc51d
|
@ -28,8 +28,8 @@ job "my-service" {
|
|||
# Spread tasks between us-west-1 and us-east-1
|
||||
datacenters = ["us-west-1", "us-east-1"]
|
||||
|
||||
# run this job globally
|
||||
type = "system"
|
||||
# run this with service scheduler
|
||||
type = "service"
|
||||
|
||||
# Rolling updates should be sequential
|
||||
update {
|
||||
|
|
Loading…
Reference in a new issue