From 592c8af127595e739c32852cacfae627f3f001c2 Mon Sep 17 00:00:00 2001 From: John Blischak Date: Mon, 7 Jun 2021 07:45:09 -0700 Subject: [PATCH] Clarify that using a status script is recommended. --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 989422c..d1bb0b9 100644 --- a/README.md +++ b/README.md @@ -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