Repository: aurora Updated Branches: refs/heads/master 2ef6a05e2 -> a1af1f670
Fix terminology in cron docs. Reviewed at https://reviews.apache.org/r/36015/ Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit: http://git-wip-us.apache.org/repos/asf/aurora/commit/a1af1f67 Tree: http://git-wip-us.apache.org/repos/asf/aurora/tree/a1af1f67 Diff: http://git-wip-us.apache.org/repos/asf/aurora/diff/a1af1f67 Branch: refs/heads/master Commit: a1af1f67018f0facee72c4dbd6a8ecc490bd32dd Parents: 2ef6a05 Author: Kevin Sweeney <[email protected]> Authored: Mon Jun 29 13:12:22 2015 -0700 Committer: Kevin Sweeney <[email protected]> Committed: Mon Jun 29 13:12:22 2015 -0700 ---------------------------------------------------------------------- docs/cron-jobs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/aurora/blob/a1af1f67/docs/cron-jobs.md ---------------------------------------------------------------------- diff --git a/docs/cron-jobs.md b/docs/cron-jobs.md index 2f36dc9..0f98425 100644 --- a/docs/cron-jobs.md +++ b/docs/cron-jobs.md @@ -67,7 +67,7 @@ grow faster than they can process it. Unlike with services, which aurora will always re-execute regardless of exit status, instances of cron jobs retry according to the `max_task_failures` attribute of the -[Task](configuration-reference.md#task-objects) object. To get "run-until-failure" semantics, +[Task](configuration-reference.md#task-objects) object. To get "run-until-success" semantics, set `max_task_failures` to `-1`. ## Interacting with cron jobs via the Aurora CLI
