Skip to content

Commit

Permalink
Remove In-memory state
Browse files Browse the repository at this point in the history
  • Loading branch information
lewiszlw committed Apr 17, 2024
1 parent ffe35c9 commit 3419210
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 403 deletions.
1 change: 0 additions & 1 deletion ballista/scheduler/src/bin/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ async fn main() -> Result<()> {

let cluster_backend = env::var("CLUSTER_STORAGE").unwrap_or("sled".to_string());
let cluster_storage_config = match cluster_backend.as_str() {
"memory" => ClusterStorageConfig::Memory,
"etcd" => ClusterStorageConfig::Etcd(
"localhost:2379"
.to_string()
Expand Down
387 changes: 0 additions & 387 deletions ballista/scheduler/src/cluster/memory.rs

This file was deleted.

Loading

0 comments on commit 3419210

Please sign in to comment.