Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

  1. We merge https://github.com/openedx/openedx-events/pull/272 and call it openedx-events@9.0.0

  2. We merge a version of edx-platform that pulls in openedx@9.0.0 and still has the manual sends but says “if you see anything called EVENT_BUS_PRODUCER_CONFIG that’s not just an empty map, don’t do any manual sends”. EVENT_BUS_PRODUCER_CONFIG stays as an empty map in common.py

  3. 2u updates their internal event configurations on stage, using the new style

  4. 2u tests on stage

  5. 2u updates their internal event configurations on prod, using the new style

  6. 2u test on prod

  7. We remove the manual sends from edx-platform and set EVENT_BUS_PRODUCER_CONFIG in common.py to have all the events listed, but all of them disabled

  • No labels