Skip to content

Commit

Permalink
Update celery/backends/redis.py
Browse files Browse the repository at this point in the history
Co-authored-by: Omer Katz <omer.drow@gmail.com>
  • Loading branch information
ashb and thedrow committed Sep 8, 2020
1 parent d057e08 commit 7a365b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion celery/backends/redis.py
Expand Up @@ -330,7 +330,7 @@ def _params_from_url(self, url, defaults):

@cached_property
def retry_policy(self):
retry_policy = super(RedisBackend, self).retry_policy
retry_policy = super().retry_policy
if "retry_policy" in self._transport_options:
retry_policy = retry_policy.copy()
retry_policy.update(self._transport_options['retry_policy'])
Expand Down

0 comments on commit 7a365b3

Please sign in to comment.