openedx / openedx/event-tracking
Investigate/replace eventtracking usage of thread local
Open
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 63
- Forks
- 39
- Avg merge
- 5h 47m
- Merged PRs (30d)
- 13
Description
Contributor guide
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
Start with eventtracking/locator.py lines 29-54, linked from the issue, and trace how its thread-local state is used. Determine the required async-friendly replacement and verify that event tracking retains the same behavior under asynchronous execution; the issue names no tests or other entry points.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- backend
- Issue type
- Refactor
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Quiet
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100