Skip to content

Commit fa2ec58

Browse files
committed
Merge branch 'release/0.0.9'
2 parents 60114cc + 50b1346 commit fa2ec58

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "taskiq-aio-pika"
3-
version = "0.0.8"
3+
version = "0.0.9"
44
description = "RabbitMQ broker for taskiq"
55
authors = ["Pavel Kirilin <[email protected]>"]
66
readme = "README.md"

taskiq_aio_pika/broker.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ def __init__( # noqa: WPS211
116116

117117
async def startup(self) -> None: # noqa: WPS217
118118
"""Create exchange and queue on startup."""
119+
await super().startup()
119120
self.write_conn = await connect_robust(
120121
self.url,
121122
loop=self._loop,

0 commit comments

Comments
 (0)