Skip to content

Commit 5c57832

Browse files
mikemccrackenJustin Reagor
authored andcommitted
fix typo in link to job config spec (#537)
1 parent 41c00d7 commit 5c57832

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/10-lifecycle.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ By default every job will emit events for the lifecycle of its process: when the
1717

1818
## What is an event?
1919

20-
An event is a message about a change in the state of the container and its jobs. Every ContainerPilot job receives all the events as an asynchronous but ordered stream of messages. The events include the start of the container, a change in the health of a job, the exit (successful or not) of each job, a change to the state of a `watch`, the expiration of timeouts, etc. (A full listing with detailed explanation of each is available in the [job configuration](./30-configuration.md/34-jobs.md) section.)
20+
An event is a message about a change in the state of the container and its jobs. Every ContainerPilot job receives all the events as an asynchronous but ordered stream of messages. The events include the start of the container, a change in the health of a job, the exit (successful or not) of each job, a change to the state of a `watch`, the expiration of timeouts, etc. (A full listing with detailed explanation of each is available in the [job configuration](./30-configuration/34-jobs.md) section.)
2121

2222
Events are internal to a single instance of ContainerPilot; they are not shared to other containers. The only way the information about a job's health can be seen by other containers is if a job has been configured for service discovery in Consul and the other containers have a `watch` for that information.
2323

0 commit comments

Comments
 (0)