Constantine Davantzis

Results 1 comments of Constantine Davantzis

It's due to this logic: https://github.com/celery/django-celery-results/blob/5f507c8606736e54b0dcddc6fa03642721217423/django_celery_results/backends/database.py#L72 I found a work-around by comparing the `task.request` contexts between eager and non-eager tasks. You can optionally subclass `celery.Task` and do the patch in...