-
Notifications
You must be signed in to change notification settings - Fork 222
Open
Description
I'm trying to find a way to extend the TaskResult model and add another field to it. I want to add request.user object to the job model in database so that I can query it later in my app.
Is subclassing a correct approach to do this? I'm asking this because subclassing creates another table in the database and then I need to manually sync the status of new model with what django-celery-results create.
giannisdoukas, U039b, YasserRabee, erogleva, tomwojcik and 7 more
Metadata
Metadata
Assignees
Labels
No labels