-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixed setex method call : argument position was wrong #4
base: master
Are you sure you want to change the base?
Conversation
I aslo find this problem. The script[redis_cluster.py] can works with your PR,but i can't use it within celery. I can't understand second step in readme.md, How should I use the configuration file(celeryconfig.py) in celery. can you help me? |
@malone6
|
Thank you for your prompt reply. but I use one client of redis-cluster as the SQS, it was start error |
I dont think Celery supports Redis Cluster as its broker(It supports redis for sure). It does not support it for its backend for sure, thats the reason we have to use this package. Try with another broker which is supported by celery like RabbitMQ etc. |
Oh, I see. I confused broker and backend before this. Thank you for your answers and suggestions. I will try something else and that looks like there is still a long way to use redis-cluster as celery-broker. |
@malone6 sorry my dummy question, but what's the difference? I assume (but I'm not sure) that I was looking for an implementation of celery with Redis cluster as message broker and I ended up here, but I guess again it's a dead end. |
Fixed setex method call : argument position was wrong