Skip to content

Commit

Permalink
Fix celery connections leak
Browse files Browse the repository at this point in the history
Tries to fix celery#6819
  • Loading branch information
d0d0 committed Oct 6, 2021
1 parent 4945291 commit 6a5f8a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion celery/app/base.py
Expand Up @@ -1243,7 +1243,7 @@ def amqp(self):
"""AMQP related functionality: :class:`~@amqp`."""
return instantiate(self.amqp_cls, app=self)

@property
@cached_property
def backend(self):
"""Current backend instance."""
try:
Expand Down

0 comments on commit 6a5f8a6

Please sign in to comment.