Skip to content

Conversation

@snopoke
Copy link
Collaborator

@snopoke snopoke commented Nov 1, 2023

Automatically track all Celery tasks regardless of whether they are using the
taskbadger.celery.Task base class.

import taskbadger
from taskbadger.systems import CelerySystemIntegration

taskbadger.init(
    organization_slug="my-org",
    project_slug="my-project",
    token="***",
    systems=[CelerySystemIntegration()]
)

@snopoke snopoke merged commit 5f4c178 into main Nov 1, 2023
@snopoke snopoke deleted the celery-auto-track branch November 1, 2023 12:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants