[Pull manager] Only pull once per retry period (#13245)

* .

* docs

* cleanup

* .

* .

* .

* .

Co-authored-by: Alex <alex@anyscale.com>
This commit is contained in:
Alex Wu
2021-01-08 14:51:11 -08:00
committed by GitHub
parent 66daed99f5
commit 6ca4fb1054
4 changed files with 110 additions and 38 deletions
-1
View File
@@ -189,7 +189,6 @@ def test_spill_objects_automatically(object_spilling_config, shutdown_only):
replay_buffer.append(ref)
solution_buffer.append(arr)
print("-----------------------------------")
# randomly sample objects
for _ in range(1000):
index = random.choice(list(range(buffer_length)))