diff --git a/paladin-core/src/runtime/mod.rs b/paladin-core/src/runtime/mod.rs index faa1e6f..3a58512 100644 --- a/paladin-core/src/runtime/mod.rs +++ b/paladin-core/src/runtime/mod.rs @@ -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`].