mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-27 19:46:48 +08:00
feat(dynamic_routing): integration of elimination routing for core flows (#6816)
Co-authored-by: Aprabhat19 <amishaprabhat@gmail.com> Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com> Co-authored-by: Amisha Prabhat <55580080+Aprabhat19@users.noreply.github.com> Co-authored-by: Chethan Rao <70657455+Chethan-rao@users.noreply.github.com>
This commit is contained in:
@ -811,7 +811,7 @@ pub struct EliminationRoutingConfig {
|
||||
pub elimination_analyser_config: Option<EliminationAnalyserConfig>,
|
||||
}
|
||||
|
||||
#[derive(serde::Serialize, serde::Deserialize, Debug, Clone, ToSchema)]
|
||||
#[derive(serde::Serialize, serde::Deserialize, Debug, Clone, Copy, ToSchema)]
|
||||
pub struct EliminationAnalyserConfig {
|
||||
pub bucket_size: Option<u64>,
|
||||
pub bucket_leak_interval_in_secs: Option<u64>,
|
||||
|
||||
Reference in New Issue
Block a user