Solutionunvalidated
spawn it via `asyncio.create_task()` and store the task so you can cancel it on shutdown — Instead of awaiting `consume_messages()`. Outcome: store the task so you can cancel it on shutdown.
fe52d456-4991-43e2-b257-bb85a5a4e5c3
spawn it via asyncio.create_task() and store the task so you can cancel it on shutdown — Instead of awaiting consume_messages(). Outcome: store the task so you can cancel it on shutdown.