Skip to content

Commit

Permalink
Minor: Jobs docs fix. (skypilot-org#4183)
Browse files Browse the repository at this point in the history
* [Docs] Update Managed Jobs page.

* Lint

* Updates

* reword
  • Loading branch information
concretevitamin authored and AlexCuadron committed Nov 7, 2024
1 parent e555aac commit daf779f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions docs/source/examples/managed-jobs.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,7 @@ Managed Jobs

This feature is great for scaling out: running a single job for long durations, or running many jobs in parallel.

SkyPilot supports **managed jobs** (:code:`sky jobs`), where "managed" means
if a job's underlying compute experienced any spot preemptions or hardware failures,
SkyPilot will automatically recover the job.

SkyPilot supports **managed jobs** (:code:`sky jobs`), which can automatically recover from any underlying spot preemptions or hardware failures.
Managed jobs can be used in three modes:

#. :ref:`Managed spot jobs <spot-jobs>`: Jobs run on auto-recovering spot instances. This **saves significant costs** (e.g., ~70\% for GPU VMs) by making preemptible spot instances useful for long-running jobs.
Expand Down

0 comments on commit daf779f

Please sign in to comment.