We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e66d3e2 commit 6f5e816Copy full SHA for 6f5e816
taskiq/scheduler/scheduler.py
@@ -55,3 +55,4 @@ async def startup(self) -> None: # pragma: no cover
55
Here you can do stuff, like creating
56
connections or anything you'd like.
57
"""
58
+ await self.broker.startup()
0 commit comments