We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc7f832 commit 5f5d95dCopy full SHA for 5f5d95d
1 file changed
llmstack/apps/runner/app_coordinator.py
@@ -145,6 +145,7 @@ def input(self, request_id: str, data: Dict):
145
id=actor_id,
146
coordinator_urn=self.actor_urn,
147
dependencies=actor_config.dependencies,
148
+ bookkeeping_queue=self._bookkeeping_queue,
149
**actor_config.kwargs,
150
)
151
self.tell_actor(
0 commit comments