inveniosoftware / cookiecutter-invenio-rdm

Cookiecutter template for a new InvenioRDM instance.
MIT License
4 stars 33 forks source link

Add flower #185

Open jrcastro2 opened 3 years ago

jrcastro2 commented 3 years ago

Add flower back (was removed in this commit). It is not working, check if the correct broker is set, since in invenio-app-rdm is pointing to localhost, check here.

jrcastro2 commented 3 years ago

If we add it back is still failing. Problem is solved if we create the flower container at the same time we create the celery worker when running invenio-cli run, instead of creating it when running invenio-cli services setup