[doc] Fix job example to use system scheduler with count 5

This commit is contained in:
Kenjiro Nakayama 2016-07-20 22:31:05 +09:00
parent 3cd8d9d84e
commit ace72bc51d

View file

@ -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 {