Skip to content

Commit b3326a3

Browse files
Update prefixes in cli (#84)
1 parent 3ec41a0 commit b3326a3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/blueapi/cli/amq.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def on_event_wrapper(ctx: MessageContext, event: TaskEvent) -> None:
3737
complete.set()
3838

3939
self.app.subscribe(
40-
self.app.destinations.topic("worker.event.task"), on_event_wrapper
40+
self.app.destinations.topic("public.worker.event.task"), on_event_wrapper
4141
)
4242
# self.app.send("worker.run", {"name": name, "params": params})
4343
task_id = self.app.send_and_recieve(

0 commit comments

Comments
 (0)