Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Task name, args, and kwargs are not being saved #406

Closed
panatale1 opened this issue Aug 25, 2023 · 2 comments
Closed

Task name, args, and kwargs are not being saved #406

panatale1 opened this issue Aug 25, 2023 · 2 comments

Comments

@panatale1
Copy link

panatale1 commented Aug 25, 2023

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

Screenshot 2023-08-25 at 10 47 23

def add(x, y):
    return x + y



@yanhuixie
Copy link

look at #376

@panatale1
Copy link
Author

@yanhuixie Thank you. I had thought I set that setting, but turns out I'd made a typo. All good now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants