Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
xref expireafter docs
(cherry picked from commit 56f14a7)
  • Loading branch information
nickanderson committed Feb 24, 2017
1 parent 100b3ec commit 13cbf18
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 1 deletion.
2 changes: 2 additions & 0 deletions reference/components/cf-agent.markdown
Expand Up @@ -672,6 +672,8 @@ kill and restart its attempt to keep a promise.
}
```

**See Also:** [`body action expireafter`][Promise Types and Attributes#expireafter], [`body contain exec_timeout`][commands#exec_timeout], [`body executor control agent_expireafter`][cf-execd#agent_expireafter]

### files_single_copy

**Description:** The `files_single_copy` slist contains filenames to be
Expand Down
3 changes: 3 additions & 0 deletions reference/components/cf-execd.markdown
Expand Up @@ -75,6 +75,9 @@ number of simultaneous agents that are running. For example, if you
set it to `120` and you are using a 5-minute agent schedule, a
maximum of 120 / 5 = 24 agents should be enforced.


**See Also:** [`body action expireafter`][Promise Types and Attributes#expireafter], [`body contain exec_timeout`][commands#exec_timeout], [`body agent control expireafter`][cf-agent#expireafter]

### executorfacility

**Description:** Menu option for syslog facility level
Expand Down
6 changes: 5 additions & 1 deletion reference/promise-types.markdown
Expand Up @@ -171,7 +171,9 @@ using `ifelapsed` is another, which is not tied to a specific time.
**Description:** The Number of minutes a promise is allowed to run before the
agent is terminated.

**Note**: The original agent does **not** terminate the promise. When a
**Note**: Not to be confused
with [`body contain exec_timeout`][commands#exec_timeout] in commands type
promises, the original agent does **not** terminate the promise. When a
subsequent agent notices that a promise actuation has persisted for longer than
`expireafter` the subsequent agent will kill the agent that appears to be stuck
on the long running promise.
Expand All @@ -192,6 +194,8 @@ on the long running promise.
}
```

**See Also:** [`body contain exec_timeout`][commands#exec_timeout], [`body agent control expireafter`][cf-agent#expireafter], [`body executor control agent_expireafter`][cf-execd#agent_expireafter]

#### log_string

**Description:** The message to be written to the log when a promise
Expand Down
2 changes: 2 additions & 0 deletions reference/promise-types/commands.markdown
Expand Up @@ -264,6 +264,8 @@ case of failure.
}
```

**See Also:** [`body action expireafter`][Promise Types and Attributes#expireafter], [`body agent control expireafter`][cf-agent#expireafter], [`body executor control agent_expireafter`][cf-execd#agent_expireafter]

#### chdir

**Description:** Run the command with a working directory.
Expand Down

0 comments on commit 13cbf18

Please sign in to comment.