inveniosoftware / helm-invenio

Helm charts for deploying an Invenio instance
https://helm-invenio.readthedocs.io
7 stars 19 forks source link

worker not starting with celery < 5 #16

Closed ppanero closed 2 years ago

ppanero commented 3 years ago

the problem comes from https://github.com/inveniosoftware/helm-invenio/blob/master/invenio/templates/application.yaml#L204 in the same fashion https://github.com/inveniosoftware/invenio-cli/pull/161/files

cfgamboa commented 3 years ago

This is not fixed yet it also affects https://github.com/inveniosoftware/helm-invenio/blob/master/invenio/templates/application.yaml#L244

ppanero commented 2 years ago

Invenio has pinned invenio-celery>=1.2.3 therefore nothing below celery v5 is allowed.