how to change the num of broker(redis) connection pool? #9823
Unanswered
huangzhuo1949
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Checklist
main
branch of Celery.contribution guide
on reporting bugs.
for similar or identical bug reports.
for existing proposed fixes.
to find out if the bug was already fixed in the main branch.
in this issue (If there are none, check this box anyway).
Mandatory Debugging Information
i have try Celery config:broker_pool_limit and broker_transport_options config max_connections; but not effect the num of broker(redis) connection pool, how to change it
here is my code
but the num of broker is 10, not equal max_connections 50, also not equal broker_pool_limit 20

Beta Was this translation helpful? Give feedback.
All reactions