Skip to content

Commit

Permalink
Merge pull request #2 from taskiq-python/feature/shutdowns
Browse files Browse the repository at this point in the history
  • Loading branch information
s3rius authored Mar 22, 2023
2 parents 4a0c4fe + 3a1770d commit 9a333f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
if: matrix.py_version == '3.9'
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true
fail_ci_if_error: false
verbose: true
- name: Stop containers
if: always()
Expand Down
1 change: 1 addition & 0 deletions taskiq_nats/broker.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,3 +79,4 @@ async def listen(self) -> AsyncGenerator[BrokerMessage, None]:
async def shutdown(self) -> None:
"""Close connections to NATS."""
await self.client.close()
await super().shutdown()

0 comments on commit 9a333f0

Please sign in to comment.