mirror of
https://github.com/vale981/ray
synced 2025-03-10 13:26:39 -04:00
![]() Currently, GCS KV client only has blocking API. Calling them from dashboard event loop can block other operations for many seconds, leading to failures such as taking too long (> 2min) to submit a job and making nightly tests fail (#21699). This PR offloads the blocking work to a separate thread. Implementing async GCS KV API will be done in the future. |
||
---|---|---|
.. | ||
test_actors.py | ||
test_job_submission.py | ||
test_snapshot.py |