Facing error from MongoDB database side when i use celery with MongoDB

Hello team, i’m facing error from MongoDB database side when i use celery with MongoDB. Database give error like this …

FAILED SQL: (‘UPDATE “django_celery_results_taskresult” SET “date_created” = “django_celery_results_taskresult”.“date_done”’,)

when i try to migrate give this error.

anyone have any idea about this error, so please give me solution

Hi @Devansh_Patel,

Can you share more details on how MongoDB fits into this deployment scenario? Django, Celery, and SQL updates are all external to MongoDB (as is the “Failed SQL update” error).

Regards,
Stennie