Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dynamo
Commits
d7165149
Commit
d7165149
authored
Mar 24, 2025
by
Graham King
Committed by
GitHub
Mar 24, 2025
Browse files
fix: Attach lease to etcd key (#364)
That ensures it gets removed when the process stops.
parent
c52c11fb
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
launch/dynamo-run/src/input/endpoint.rs
launch/dynamo-run/src/input/endpoint.rs
+1
-1
No files found.
launch/dynamo-run/src/input/endpoint.rs
View file @
d7165149
...
...
@@ -101,7 +101,7 @@ pub async fn run(
.kv_create
(
network_name
.clone
(),
serde_json
::
to_vec_pretty
(
&
model_registration
)
?
,
None
,
Some
(
etcd_client
.lease_id
())
,
)
.await
?
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment