openedx / openedx/openedx-platform
Cleanup Kombu entry point monkey patching
Open
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 8.2k
- Forks
- 4.4k
- Avg merge
- 6d 18h
- Merged PRs (30d)
- 42
Description
Verify that https://github.com/openedx/edx-platform/blob/9110ae0d71faaea610f3d02920de6359104ab5d6/cms/__init__.py#L10-L19 is no longer necessary, and remove it if possible.
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 by reading cms/init.py lines 10-19 at the referenced commit and trace the Kombu entry point setup used by the platform. Verify whether the monkey patch is still required; done means removing it only if the relevant application behavior remains intact, then running the repository checks that cover this startup path.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- backend
- Issue type
- Refactor
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100