Orchestrator refactoring + planned amounts

This commit is contained in:
Stephan D
2026-03-11 20:04:10 +01:00
parent 208b4283d0
commit f578278205
111 changed files with 2485 additions and 1517 deletions

View File

@@ -46,7 +46,7 @@ card_gateways:
# Batch optimizer settings:
# - default_mode disables aggregation for unmatched traffic
# - crypto rule enables destination aggregation for crypto rail
# - crypto rule enables aggregation by operation destination for crypto operations
optimizer:
aggregation:
default_mode: "no_optimization"
@@ -54,6 +54,7 @@ optimizer:
- id: "crypto_by_destination"
priority: 100
mode: "merge_by_destination"
group_by: "rail_target"
match:
rail: "CRYPTO"