I think this might help https://docs.celeryproject.org/en/stable/userguide/tasks.html#task-custom-classes
Let me know if this works, if not I will try to find a working example. I have been using Celery but I don't do class based tasks. On Tuesday, 8 March 2022 at 16:30:01 UTC+8 [email protected] wrote: > i am using celery version 5.2.3, > > How can i register this class based task, and how can we name add name to > this class based task, > > I would appreciate your valuable suggestions > > Thanks > -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/1f325d2e-232f-450f-8556-6038c992c64en%40googlegroups.com.

