Skip to content

Commit 504ed5a

Browse files
committed
Update proxy_task.rs
1 parent 1a60858 commit 504ed5a

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/tasks/proxy_task.rs

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,6 @@ impl Task for ProxyTask {
3737
self.instance_provider.start_instance(template_name).await?;
3838
}
3939

40-
if let Some(proxy) = proxies.first() {
41-
if proxy.get_state().eq(&EpsilonState::Running) {
42-
let name = proxy.get_name();
43-
44-
self.instance_provider.remove_instance(name).await?;
45-
}
46-
}
47-
4840
Ok(())
4941
}
5042

0 commit comments

Comments
 (0)