mirror of
https://github.com/wassname/ray.git
synced 2026-06-27 23:08:32 +08:00
[Pull manager] Only pull once per retry period (#13245)
* . * docs * cleanup * . * . * . * . Co-authored-by: Alex <alex@anyscale.com>
This commit is contained in:
@@ -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)))
|
||||
|
||||
Reference in New Issue
Block a user