-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
If the code import both EOU, it will fail to start because the code has a hardcoded timeout of 30s
Here is the code in question in worker.py
self._inference_executor: ipc.inference_proc_executor.InferenceProcExecutor | None = None
if len(_InferenceRunner.registered_runners) > 0:
self._inference_executor = ipc.inference_proc_executor.InferenceProcExecutor(
runners=_InferenceRunner.registered_runners,
initialize_timeout=30,
close_timeout=5,
memory_warn_mb=2000,
Not sure why it ignores the initialize_process_timeout in WorkerOptions
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working