Skip to content

Commit

Permalink
Clarify that using a status script is recommended.
Browse files Browse the repository at this point in the history
  • Loading branch information
jdblischak committed Jun 7, 2021
1 parent 7fe9e12 commit 592c8af
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,9 @@ post][sichong-post] by Sichong Peng nicely explains this strategy for replacing
* By default it understands the job statuses PENDING, RUNNING, COMPLETING, and
can even detect when a job fails from an out of memory error

* (Optional) You can pass a simple script (see [`extras/`](extras/)) to
[`--cluster-status`][cluster-status] to handle the job statuses TIMEOUT and CANCELED
* (Optional, but recommended) You can pass a simple script (see
[`extras/`](extras/)) to [`--cluster-status`][cluster-status] to handle the
job statuses TIMEOUT and CANCELED

## Limitations

Expand Down

0 comments on commit 592c8af

Please sign in to comment.