Skip to content

Commit 5f5d95d

Browse files
committed
Add bookkeeping_queue when spawing Actor
1 parent cc7f832 commit 5f5d95d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

llmstack/apps/runner/app_coordinator.py

+1
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@ def input(self, request_id: str, data: Dict):
145145
id=actor_id,
146146
coordinator_urn=self.actor_urn,
147147
dependencies=actor_config.dependencies,
148+
bookkeeping_queue=self._bookkeeping_queue,
148149
**actor_config.kwargs,
149150
)
150151
self.tell_actor(

0 commit comments

Comments
 (0)