-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Systems libraries missing for event bus use? #94
Comments
Faraz32123
pushed a commit
to edly-io/tutor-discovery
that referenced
this issue
Jan 8, 2025
- add support to consume events from event bus in discovery. Explanation can be viewed here: https://github.com/openedx/event-bus-redis/blob/main/docs/tutor_installation.rst - close overhangio#94
Hey @mariajgrimaldi, Thanks for the details. |
github-project-automation
bot
moved this from Backlog
to Done
in Tutor project management
Jan 9, 2025
Thank you! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
I was testing the event bus with the redis implementation by following these instructions: https://github.com/openedx/event-bus-redis/blob/main/docs/tutor_installation.rst, which mention that discovery can be used as consumer of events. When trying to run:
Discovery didn't do much but raised this warning:
I've ended up instilling a few system libraries
libbz2-dev xz-utils liblzma-dev
by adding them manually to the Dockerfile which fixed the error raised while running the consumer. I don't know why these libraries are missing or if there's something wrong with my particular setup.Version: main (nightly)
The text was updated successfully, but these errors were encountered: