We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9547759 commit 231ad25Copy full SHA for 231ad25
crates/router/src/core/routing.rs
@@ -1339,7 +1339,7 @@ pub async fn success_based_routing_update_configs(
1339
1340
// refresh cache for success based routing configs
1341
let cache_key = format!(
1342
- "{}_{}",
+ "{}:{}",
1343
profile_id.get_string_repr(),
1344
algorithm_id.get_string_repr()
1345
);
crates/router/src/core/routing/helpers.rs
@@ -616,7 +616,7 @@ pub async fn fetch_success_based_routing_configs(
616
})?;
617
618
let key = format!(
619
620
business_profile.get_id().get_string_repr(),
621
success_based_routing_id.get_string_repr()
622
0 commit comments