Closed evansmurithi closed 3 years ago
Can we just downgrade to 4.4.6? I think I remember hitting this issue in RP and using 4.4.6 instead of 4.4.7 seemed to fix it.
Yeah downgrading works. Can we lock celery to 4.4.6 in poetry?
Sure - can you put it in a PR?
Sure thing. Lemme work on it
@rowanseymour here's the PR #349
Celery has been locked to <5.0, which results in celery==4.4.7 to be installed. Unfortunately, this version of celery attempts to use amqp instead of redis. Issue description on celery https://github.com/celery/celery/issues/6370