We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efe6b03 commit 015bdbdCopy full SHA for 015bdbd
oar-scheduler-db/src/model/moldable.rs
@@ -120,8 +120,6 @@ impl AllJobMoldables {
120
if jobs.is_empty() {
121
return Ok(Self { moldables: HashMap::new() });
122
}
123
- // Sleep 1s
124
- tokio::time::sleep(std::time::Duration::from_secs(1)).await;
125
let moldables = Query::select()
126
.columns(vec![
127
MoldableJobDescriptions::Id.to_string(),
0 commit comments