Task #1900
closedTest Redis as a celery broker transport in pulp
0%
Description
Currently Pulp officially supports qpid and rabbitmq as broker transports for celery, I would like to request that redis be offered as an option. If there is any more information needed, please let me know. Thank you.
Updated by semyers over 8 years ago
- Tracker changed from Issue to Task
- Subject changed from RFE: Please enable/support Redis as a celery broker transport in pulp to Test Redis as a celery broker transport in pulp
- Groomed set to No
- Sprint Candidate set to No
We don't actually know that this won't work, so I've altered the issue slightly for someone to give it a try and see.
Updated by bmbouter over 8 years ago
The redis transport can be tested with Pulp by adjusting the broker_url[0] in the [tasks] section of server.conf. I think it will work for the messaging system.
I don't think the consumer related portion of Pulp has redis support. That is related to the [messaging] section of Pulp.
Updated by semyers over 8 years ago
This is wanted by a proposed change to Fedora, currently targeting Fedora 25:
https://fedoraproject.org/wiki/Changes/FedoraDockerRegistry
Updated by bmbouter over 8 years ago
Try the broker string configuration as documented here: http://celery.readthedocs.io/en/latest/getting-started/brokers/redis.html
Updated by bmbouter over 6 years ago
- Status changed from NEW to CLOSED - WORKSFORME
Ironically Pulp3 switched to RQ which uses Redis exclusively. I think this also does work in Celery, so I'm closing as WORKSFORME.