Enable celery monitoring via leek and celery-exporter
Open
Beginner friendly
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 3
- Forks
- 4
- Avg merge
- 2d 3h
- Merged PRs (30d)
- 114
Description
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)
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Open main/settings_celery.py and review the existing Celery settings and get_bool usage first. Add the two monitoring-related settings from the issue, then verify that leek and celery-exporter can observe sent and started task events.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- backend, observability
- Issue type
- Feature
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 68/100