Expose retry_policy for Redis result backend#6330
Conversation
|
This pull request fixes 1 alert when merging 5eb36e8 into 7ba1b46 - view on LGTM.com fixed alerts:
|
5eb36e8 to
c8dd9cc
Compare
|
This pull request fixes 1 alert when merging c8dd9cc into 7ba1b46 - view on LGTM.com fixed alerts:
|
c8dd9cc to
d057e08
Compare
|
Test failed due to an |
|
This pull request introduces 1 alert and fixes 1 when merging d057e08 into 7ba1b46 - view on LGTM.com new alerts:
fixed alerts:
|
|
@auvipy PTAL/restart CI when you have a few spare cycles? Thanks. |
|
This pull request introduces 1 alert when merging 7a365b3 into 465d267 - view on LGTM.com new alerts:
|
7a365b3 to
2a05c6f
Compare
|
This pull request introduces 1 alert when merging 2a05c6f into 465d267 - view on LGTM.com new alerts:
|
Rather than adding a new top-level config option, I have used a new key in the already existing setting `result_backend_transport_options`. Closes celery#6166
2a05c6f to
f6198f5
Compare
|
This pull request introduces 2 alerts when merging f6198f5 into 465d267 - view on LGTM.com new alerts:
|
|
Travis/linted tests passing now. |
Rather than adding a new top-level config option, I have used a new key
in the already existing setting
result_backend_transport_options.Fixes #6166