You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: