-
-
Notifications
You must be signed in to change notification settings - Fork 5k
Milestone
Description
Sometimes I run my tasks with CELERY_TASK_ALWAYS_EAGER to aid debugging, it seems like the name property of EagerResult isn't populated, which makes this sort of investigation more tricky.
I have some code I use to list my tasks in a django app, and part of this is to grab the task name.
When running eagerly, the EagerResult task status is SUCCESS, so I would have expected name to be available at this point.
Reactions are currently unavailable