Remove ref counting dependencies on ray.get() (#6412)

* Remove ref counting dependencies on Get()

* comment

* don't send IDs when disabled

* pass through internal config

* fix

* allow reinit

* remove flag
This commit is contained in:
Edward Oakes
2019-12-10 18:11:34 -08:00
committed by GitHub
parent 2f19b01898
commit 044527adb8
11 changed files with 146 additions and 24 deletions
+1 -1
View File
@@ -86,4 +86,4 @@ cdef extern from "ray/common/ray_config.h" nogil:
uint32_t maximum_gcs_deletion_batch_size() const
void initialize(const unordered_map[c_string, int] &config_map)
void initialize(const unordered_map[c_string, c_string] &config_map)