Skip to content

Commit 92a2069

Browse files
yancanmaoedoakes
andauthored
Update python/ray/_private/gc_collect_manager.py
Co-authored-by: Edward Oakes <[email protected]> Signed-off-by: Mao Yancan <[email protected]>
1 parent 8e4a30c commit 92a2069

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/ray/_private/gc_collect_manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ def __init__(
1919
):
2020
logger.debug("Starting Python GC thread")
2121
super().__init__(name="PythonGCThread", daemon=True)
22-
self._running = True
22+
self._should_exit = False
2323
self._last_gc_time = float("-inf")
2424
self._min_gc_interval = min_interval
2525
self._gc_event = threading.Event()

0 commit comments

Comments
 (0)