This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
dora-rs
/
dora
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
124
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
Wait a bit before exiting coordinator to ensure that destroy confirmation is sent out
tags/v0.2.0-candidate
Philipp Oppermann
2 years ago
parent
2ffae835d5
commit
cdcb19fe28
Failed to extract signature
1 changed files
with
4 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
binaries/coordinator/src/lib.rs
+ 4
- 0
binaries/coordinator/src/lib.rs
View File
@@ -51,6 +51,10 @@ pub async fn run(args: Args) -> eyre::Result<()> {
// start in daemon mode
start(&runtime_path).await?;
// wait a bit before exiting to allow the background control connection threads to send
// out a destroy confirmation to the CLI (if any)
tokio::time::sleep(Duration::from_secs(1)).await;
Ok(())
}
Write
Preview
Loading…
Cancel
Save