Open chlarsen opened 4 years ago
The only workaround is to use OnaData version v2.4.4, which uses celery version <5. There are other issues, however.
Hey @chlarsen, we've since downgraded back to celery <5 due to the instability in the latest versions of celery. This issue should have been solved by #1942... Kindly try testing out whether this is still an issue with the latest changes in the master branch
Environmental Information
Problem description
Onadata starts fine using the prescribed uWSGI method, but bother celeryd as well as celerybeat fail with:
Expected behavior
Both celery instances should start up smoothly when using the scripts provided.
Steps to reproduce the behavior
Also, adjust the onadata/script/init.d/celerybeat-generic script (tailored for use with celery < 5) as follows:
Additional Information
First, new scripts are required in onadata/script/ to accommodate the new celery 5 syntax.
Logs, related issues, weird / out of place occurrences, local settings, possible approach to solving this... In older celery versions, this had to be added to local_settings.py:
However, this won't work any more and creates server crashes. What is the updated fix?
Thank you so much! Chris