app.celery.MyCelery.current_worker_task

property MyCelery.current_worker_task

The task currently being executed by a worker or None.

Differs from current_task in that it’s not affected by tasks calling other tasks directly, or eagerly.