Skip to content

Commit

Permalink
system scheduler (PR #287)
Browse files Browse the repository at this point in the history
  • Loading branch information
poll0rz committed Oct 19, 2015
1 parent 71628ea commit 7b8591b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion website/source/docs/jobspec/index.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ 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"
# Rolling updates should be sequential
update {
stagger = "30s"
Expand Down Expand Up @@ -131,7 +134,7 @@ The `job` object supports the following keys:
a task group of the same name.

* `type` - Specifies the job type and switches which scheduler
is used. Nomad provides the `service` and `batch` schedulers,
is used. Nomad provides the `service`, `system` and `batch` schedulers,
and defaults to `service`.

* `update` - Specifies the task update strategy. This requires providing
Expand Down

0 comments on commit 7b8591b

Please sign in to comment.