Background task manager #332

Merged
lx merged 35 commits from background-task-manager into main 2022-07-08 11:30:32 +00:00
Showing only changes of commit 928394cc32 - Show all commits

View file

@ -14,9 +14,15 @@ shell:
run1:
RUST_LOG=garage=debug ./target/debug/garage -c tmp/config.1.toml server
run1rel:
RUST_LOG=garage=debug ./target/release/garage -c tmp/config.1.toml server
run2:
RUST_LOG=garage=debug ./target/debug/garage -c tmp/config.2.toml server
run2rel:
RUST_LOG=garage=debug ./target/release/garage -c tmp/config.2.toml server
run3:
RUST_LOG=garage=debug ./target/debug/garage -c tmp/config.3.toml server
run3rel:
RUST_LOG=garage=debug ./target/release/garage -c tmp/config.3.toml server