Skip to content

Commit

Permalink
change default queue name
Browse files Browse the repository at this point in the history
  • Loading branch information
temaniarpit27 committed Sep 2, 2024
1 parent 06f8e7c commit 6c752fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion paladin-core/src/runtime/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ pub struct Runtime {
}

const IPC_ROUTING_KEY: &str = "ffffffff-ffff-ffff-ffff-ffffffffffff";
const DEFAULT_ROUTING_KEY: &str = "task";
pub const DEFAULT_ROUTING_KEY: &str = "default";

impl Runtime {
/// Initializes the [`Runtime`] with the provided [`Config`].
Expand Down

0 comments on commit 6c752fd

Please sign in to comment.