Skip to content

Commit

Permalink
checkpoint: a lot of updates; experiments with a reload-able config
Browse files Browse the repository at this point in the history
  • Loading branch information
Ptrskay3 committed Nov 22, 2024
1 parent 871a723 commit 1f8a805
Show file tree
Hide file tree
Showing 19 changed files with 790 additions and 390 deletions.
3 changes: 3 additions & 0 deletions axum1-cli/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ enum Commands {
Resume,
/// Pause the indexing
Pause,
/// Reload config
ReloadConfig,
}

#[tokio::main]
Expand All @@ -45,6 +47,7 @@ async fn main() -> Result<(), Box<dyn std::error::Error>> {
Some(Commands::Index) => "index",
Some(Commands::Resume) => "resume",
Some(Commands::Pause) => "pause",
Some(Commands::ReloadConfig) => "reload_config",
_ => "todo",
};

Expand Down
Loading

0 comments on commit 1f8a805

Please sign in to comment.