Skip to content

Make the Celery task ID available to the task function #10

Description

@gerhard4

This would be useful for logging. Currently, when we have multiple tasks running concurrently and logging to the same log stream (like in AWS ECS), they don't have an easy way to distinguish themselves from each other. Passing the Celery task ID to the task function (maybe injecting it similarly to how task_progress is injected) would be helpful.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions