From 2339bdcbdff8b971c4ae2136d26033af80b240ca Mon Sep 17 00:00:00 2001 From: weisd Date: Wed, 11 Sep 2024 16:27:39 +0800 Subject: [PATCH] update fn name --- ecstore/src/store.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ecstore/src/store.rs b/ecstore/src/store.rs index 2296fa8d0..f8ab6cc72 100644 --- a/ecstore/src/store.rs +++ b/ecstore/src/store.rs @@ -192,6 +192,8 @@ impl ECStore { ) .await?; + // TODO: 失败 重试 等试 3次 + if deployment_id.is_none() { deployment_id = Some(fm.id); }