Skip to content

Commit

Permalink
Remove incorrect action_runner requirement from max_runtime docs
Browse files Browse the repository at this point in the history
This is not actually required - this is likely outdated docs from the
pre-Mesos/K8s days.
  • Loading branch information
nemacysts committed Sep 27, 2023
1 parent 958a2e2 commit 1ce0ed6
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions docs/jobs.rst
Original file line number Diff line number Diff line change
Expand Up @@ -143,12 +143,9 @@ Optional Fields

**max_runtime** (default **None**)
A time interval (ex: "2 hours") that limits the duration of each job run.
If the job run is still running after this duration, all of it's actions
If the job run is still running after this duration, all of its actions
are sent SIGTERM.

Note: This requires an :ref:`action_runners` to be configured. If
`action_runner` is none max_runtime does nothing.

**time_zone** (default **None**)
Time zone used for calculating when a job should run. Defaults to
None, which means it will use the default time_zone set in the master
Expand Down

0 comments on commit 1ce0ed6

Please sign in to comment.