Skip to content
This repository has been archived by the owner on Jul 17, 2024. It is now read-only.

Kubernetes asynchronous request cause can not create duplicate name inference after delete inference. #181

Open
xieydd opened this issue Sep 26, 2023 · 0 comments

Comments

@xieydd
Copy link
Member

xieydd commented Sep 26, 2023

(base) xieyuandong@llama:~$ mdz deploy --image modelzai/gradio-stable-diffusion:23.03 --name sdw --gpu 1
Inference sdw is created
(base) xieyuandong@llama:~$ mdz delete sdw
Inference sdw is deleted
(base) xieyuandong@llama:~$ mdz deploy --image modelzai/gradio-stable-diffusion:23.03 --name sdw --gpu 1
Failed to create the inference: {"http_status_code":409,"message":"object is being deleted: inferences.tensorchord.ai \"sdw\" already exists","request":"POST /system/inferences?namespace=default","op":"deployment-create","error":{}}
Error: Error response from gateway: {"http_status_code":409,"message":"object is being deleted: inferences.tensorchord.ai \"sdw\" already exists","request":"POST /system/inferences?namespace=default","op":"deployment-create","error":{}}
(base) xieyuandong@llama:~$ mdz delete sdw
Failed to remove the inference: Error: No such inference: sdw
Error: Error: No such inference: sdw

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant