Tom Camp
Tom Camp
I was able to "solve" this by downgrading the version of Flower to 0.9.5 ```diff flower: - image: mher/flower + image: mher/flower:0.9.5 ```
Ah, but it seems a better solution is to add the CELERY_BROKER_URL as an environment variable: ```diff deploy: ... - command: - - "--broker=amqp://guest@queue:5672//" - # For the "Broker" tab...
@tohch4 - we are not generating the catalog using GovReady. We used some Python scripts to generate the catalog and are trying to determine whether to incorporate them into GovReady...