pacifica / pacifica-cartd

Pacifica CartData used for packaging then distributing data from the archive
GNU Lesser General Public License v3.0
0 stars 5 forks source link

should allow for other celery messaging models #20

Closed dmlb2000 closed 6 years ago

dmlb2000 commented 6 years ago

Pacifica Data Cart version

master

Pacifica Core Software versions

master

Platform Details

any

Scenario:

amqp is hard coded into the broker url string, I'd like to have that be environment

Steps to Reproduce:

trying to hook up celery to redis but can't because broker url doesn't get fed by anything but static protocol.

Expected Result:

ability to set protocol for broker url

Actual Result:

it's hard coded.