django-celery icon indicating copy to clipboard operation
django-celery copied to clipboard

python manage.py celery beat error

Open yangzan66 opened this issue 4 years ago • 1 comments

it meet errors when execute python manage.py celery beat File "/root/anaconda3/envs/py36/lib/python3.6/site-packages/djcelery/db.py", line 52, in commit_on_success if connection.features.autocommits_when_autocommit_is_off: AttributeError: 'DatabaseFeatures' object has no attribute 'autocommits_when_autocommit_is_off'

django-celery 3.3.1 djangorestframework 3.11.0

yangzan66 avatar Sep 25 '20 12:09 yangzan66

which version of celery you were trying?

auvipy avatar Dec 13 '20 10:12 auvipy