Commit graph

21 commits

Author SHA1 Message Date
Eric Liang
dfb326d4b5
Surface object store spilling statistics in ray memory (#13124) 2021-01-04 17:35:39 -08:00
Eric Liang
836c5d5a91
Deprecate experimental / dynamic resources (#13019) 2020-12-28 11:52:36 -08:00
Eric Liang
81d3cbaa77
Add "beta" documentation for enabling object spilling manually (#13047) 2020-12-22 16:08:41 -08:00
architkulkarni
2ef707e440
Update advanced.rst (#11793) 2020-11-03 16:16:36 -08:00
Simon Mo
fdd3acd492
Promote ray.experimental.queue to ray.util (#10624) 2020-09-08 12:56:53 -07:00
Alex Wu
d6a9f0e2e4
[Core] Accelerator type API (#10561) 2020-09-06 20:58:40 -07:00
Simon Mo
40cd572d79
[Doc] Add a section for synchronization primitives in Ray (#10581)
Co-authored-by: Richard Liaw <rliaw@berkeley.edu>
2020-09-04 17:09:15 -07:00
Clark Zinzow
0c0b0d0a73
[Core] Added support for submission-time task names. (#10449)
* Added support for submission-time task names.

* Suggestions from code review: add missing consts

Co-authored-by: SangBin Cho <rkooo567@gmail.com>

* Add num_returns arg to actor method options docstring example.

* Add process name line and proctitle assertion to submission-time task name section of advanced docs.

* Add submission-time task name --> proctitle test for Python worker.

* Added Python actor options tests for num_returns and name.

* Added Java test for submission-time task names.

* Add dashboard image to task name docs section.

* Move to fstrings.

Co-authored-by: SangBin Cho <rkooo567@gmail.com>
2020-09-03 11:45:24 -07:00
Eric Liang
2a204260a8
[api] Second round of 1.0 API changes: exceptions, num_return_vals (#10377) 2020-08-28 19:57:02 -07:00
Eric Liang
bd245a1c18
[api] Clean up and document Actor name / lifetime API (#10332) 2020-08-27 13:38:39 -07:00
SangBin Cho
ec2f1a225e
[Stats] Metrics Export User Interface Part 1 (#9913)
* Metrics export port expose done.

* Support exposing metrics port + metrics agent service discovery through ray.nodes()

* Formatting.

* Added a doc.

* Linting.

* Change the location of metrics agent port.

* Addressed code review.

* Addressed code review.
2020-08-06 16:16:29 -07:00
Hao Chen
d49dadf891
Change Python's ObjectID to ObjectRef (#9353) 2020-07-10 17:49:04 +08:00
Dean Wampler
b7cc1e78d7
Removed obsolete "detached=True" for detached actor in documentation. (#9158)
* Added small section on installation when using Anaconda. Also fixed an obsolete link to Anaconda.

* Delete more temporary directories when running the doc "make clean".

* Fixed typo in LinearDiscreteEnv docs

* Removed the "detached=True" from the description of detachted actors, because it is now deprecated.

Co-authored-by: Dean Wampler <dean@concurrentthought.com>
2020-06-26 09:47:41 -07:00
SangBin Cho
3ca0e6f636
Update incorrect detached actor docs (#8930) 2020-06-15 12:31:02 -05:00
Eric Liang
5df801605e
Add ray.util package and move libraries from experimental (#7100) 2020-02-18 13:43:19 -08:00
Simon Mo
fcb6bdbc39
[Doc] Document Actor.options API (#6099)
* Document Actor.options API

* Undocument _remote
2019-11-06 23:12:23 -08:00
Simon Mo
7f5b3502da
Implement Detached Actor (#6036)
* Arg propagation works

* Implement persistent actor

* Add doc

* Initialize is_persistent_

* Rename persistent->detached

* Address comment

* Make test passes

* Address comment

* Python2 compatiblity

* Fix naming, py2

* Lint
2019-11-01 10:28:23 -07:00
Richard Liaw
085a6713a0
[docs] Add documentation for Dynamic Custom Resources (#6000) 2019-10-27 17:58:04 -07:00
Eric Liang
1455a19c85
Consolidate and clean up documentation (#5645) 2019-09-07 11:50:18 -07:00
Richard Liaw
411f30c125
[docs] Second push of changes (#5391) 2019-08-28 17:54:15 -07:00
Richard Liaw
a08ea09760 [docs] rewrite (#5175) 2019-08-05 23:33:14 -07:00