ray/doc/source
Archit Kulkarni df581c584a
[Job] [Dashboard] Add Job Submission data to cluster snapshot (#22225)
The existing Job info in the cluster snapshot uses the old definition of Job, which is a single Ray driver (a single `ray.init()` connection).  

In the new Job Submission protocol, a Job just specifies an entrypoint which can be any shell command.  As such a Job can have zero or multiple Ray drivers.  This means we should add a new snapshot entry corresponding to new jobs.  We'll leave the old snapshot in place for legacy jobs.

- Also fixes `get_all_jobs` by using the appropriate KV namespace, and stripping the job key KV prefix from the job ID.  It wasn't working before.

- This PR also unifies the datatype used by the GET jobs/ endpoint to be the same as the one used by the new jobs cluster snapshot.  For backwards compatibility, the `status` and `message` fields are preserved.
2022-02-18 09:54:37 -06:00
..
_includes [docs] landing page (fixes #21750) (#21859) 2022-01-26 17:14:25 -08:00
_static [docs] landing page (fixes #21750) (#21859) 2022-01-26 17:14:25 -08:00
_templates [Docs] Trial Fathom analytics for doc pages (#17056) 2021-07-14 14:11:52 -07:00
cluster [Job] [Dashboard] Add Job Submission data to cluster snapshot (#22225) 2022-02-18 09:54:37 -06:00
data [Datasets] Expose TableRow as public API; minimize copies/type conversions on row-based ops. (#22305) 2022-02-14 12:56:17 -08:00
images [Doc] Update Serve logo for tune user guide (#22369) 2022-02-15 12:10:08 -06:00
ray-contribute [Doc] Correct information about code style (#21985) 2022-02-01 10:37:21 -08:00
ray-core [YAMLs] Fix comments about autoscaler round-robining (#22002) 2022-02-17 13:59:05 -08:00
ray-design-patterns [docs] Make design pattern example self contained (#20981) 2021-12-09 20:19:38 -08:00
ray-more-libs [docs] new structure (#21776) 2022-01-21 15:42:05 -08:00
ray-observability [RFC] [Core] Support disabling log redirection via RAY_LOG_TO_STDERR environment variable. (#21767) 2022-01-25 10:52:53 -08:00
ray-overview [Doc] Fix bad links of dask and mars in ray-libraries.rst (#22210) 2022-02-08 19:02:49 +08:00
ray-references [Docs ] Tune docs overhaul (first part) (#22112) 2022-02-07 15:47:03 +00:00
raysgd [Docs ] Tune docs overhaul (first part) (#22112) 2022-02-07 15:47:03 +00:00
rllib [RLlib] Bandit documentation enhancements. (#22427) 2022-02-17 13:25:50 +01:00
serve [serve] Support user-provided health check via def check_health(self) method (#22178) 2022-02-11 12:53:37 -06:00
train [train] Minor fixes on Ray Train user guide doc (#22379) 2022-02-15 10:09:27 -08:00
tune [Doc] Update Serve logo for tune user guide (#22369) 2022-02-15 12:10:08 -06:00
workflows [docs] landing page (fixes #21750) (#21859) 2022-01-26 17:14:25 -08:00
_toc.yml [Docs ] Tune docs overhaul (first part) (#22112) 2022-02-07 15:47:03 +00:00
conf.py [Docs ] Tune docs overhaul (first part) (#22112) 2022-02-07 15:47:03 +00:00
custom_directives.py [train] add TorchTensorboardProfilerCallback (#22345) 2022-02-14 16:16:55 -08:00
index.md [Docs] Ray Data docs target state (#21931) 2022-01-27 13:14:36 -08:00