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
I am using Python 3.11, Django 4.1.8, celery 5.2.7, and django-celery-results 2.5.1, with postgresql as the database and rabbitmq as the message broker.
When I run a task, task name, args, and kwargs are not being added to the TaskResult instance.
I'm using the standard add test task
def add(x, y):
return x + y
The text was updated successfully, but these errors were encountered:
I am using Python 3.11, Django 4.1.8, celery 5.2.7, and django-celery-results 2.5.1, with postgresql as the database and rabbitmq as the message broker.
When I run a task, task name, args, and kwargs are not being added to the TaskResult instance.
I'm using the standard
add
test taskThe text was updated successfully, but these errors were encountered: