celery / django-celery

Old Celery integration project for Django
http://celery.github.com/django-celery
BSD 3-Clause "New" or "Revised" License
1.53k stars 453 forks source link

python manage.py celery beat error #599

Open yangzan66 opened 4 years ago

yangzan66 commented 4 years ago

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

auvipy commented 3 years ago

which version of celery you were trying?