Skip to content

Enable celery monitoring via leek and celery-exporter #757

Open
@mbertrand

Description

@mbertrand

Description/Context

Enable monitoring of celery tasks via leek.

Plan/Design

Add the following to the main/settings_celery.py file:

CELERY_TASK_TRACK_STARTED = get_bool("CELERY_TASK_TRACK_STARTED", True)
CELERY_TASK_SEND_SENT_EVENT = get_bool("CELERY_TASK_SEND_SENT_EVENT", True)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions