mirror of
https://github.com/wassname/ray.git
synced 2026-06-28 14:31:15 +08:00
ada58abcd9
* Fix pytest... * Release objects that have been spilled * GCS object table interface refactor * Add spilled URL to object location info * refactor to include spilled URL in notifications * improve tests * Add spilled URL to object directory results * Remove force restore call * Merge spilled URL and location * fix * CI * build * osx * Fix multitenancy issues * Skip windows tests
7 lines
154 B
Python
7 lines
154 B
Python
from .dynamic_resources import set_resource
|
|
from .object_spilling import force_spill_objects
|
|
__all__ = [
|
|
"set_resource",
|
|
"force_spill_objects",
|
|
]
|