Skip to content

Commit

Permalink
updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jsnoble committed Feb 13, 2018
1 parent d39d2be commit 951838e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/ops-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ Note that the job configuration is divided into top level job configuration, and
| assets | An array of strings that are the id's for the corresponding assets zip files. | Array | optional |
| recycle_worker | The number of slices a worker processes before it exits and restarts, only use if you have leaky workers | Null/Number | optional, defaults to null, if specified it must be a number. |
| operations | An array containing all the operations as well as their configurations. Typically the first is the reader/slicer. | Array | required |
| probation_window | time in ms that the execution controller checks for failed slices, if there are none then it updates the state of the execution to running (this is only when lifecycle is set to persistent) | Number | optional |

## Readers ##

Expand Down

0 comments on commit 951838e

Please sign in to comment.