Skip to content

Commit 5609533

Browse files
authored
fix(BA-1019): Correct initialization of Storage proxy event dispatcher (#4011)
1 parent eca2a30 commit 5609533

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

changes/4010.fix.md

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Fix initialization of Storage proxy event dispatcher

src/ai/backend/storage/server.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ async def server_main(
146146
log_events=local_config["debug"]["log-events"],
147147
node_id=local_config["storage-proxy"]["node-id"],
148148
consumer_group=EVENT_DISPATCHER_CONSUMER_GROUP,
149-
event_observer=metric_registry,
149+
event_observer=metric_registry.event,
150150
)
151151
log.info(
152152
"PID: {0} - Event dispatcher created. (redis_config: {1})",

0 commit comments

Comments
 (0)