mirror of
https://github.com/wassname/ray.git
synced 2026-07-01 11:44:10 +08:00
Optimize python task execution (#6024)
This commit is contained in:
@@ -301,6 +301,7 @@ class FunctionActorManager(object):
|
||||
self.imported_actor_classes = set()
|
||||
self._loaded_actor_classes = {}
|
||||
self.lock = threading.Lock()
|
||||
self.execution_infos = {}
|
||||
|
||||
def increase_task_counter(self, job_id, function_descriptor):
|
||||
function_id = function_descriptor.function_id
|
||||
|
||||
Reference in New Issue
Block a user