You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The signal parameter of the consumer init method and the management command have been deprecated and should be removed. It may be necessary to make them optional first, release that, then remove them as a new major version.
A/C:
Make optional in openedx-events (and event-bus-redis if it isn't already. it's already optional in event-bus-kafka)
Remove parameter from all active consumers
make sure to test on stage before removing in prod
Remove parameter from openedx-events
Remove parameter from EBK (and let Axim know they can remove it from EBR)
The signal parameter of the consumer init method and the management command have been deprecated and should be removed. It may be necessary to make them optional first, release that, then remove them as a new major version.
A/C: