mirror of
https://github.com/vale981/ray
synced 2025-03-06 02:21:39 -05:00
![]() ## Why are these changes needed? This PR adds data truncation when there are more than N number of entries. The policy is as follow; By default, we return 100 entries at max. Users can adjust this value, but we won't allow to increase more than 10K. By default, all internal RPCs truncate data if it's > 10K. For distributed sources, we query each source with 10K limit and we apply limit again at the end. ## Related issue number Closes https://github.com/ray-project/ray/issues/25984#issue-1279280673 Part of https://github.com/ray-project/ray/issues/25718#issue-1268968400 |
||
---|---|---|
.. | ||
tests | ||
__init__.py | ||
runtime_env_agent.py | ||
runtime_env_consts.py |