Skip to content
This repository has been archived by the owner on Jul 30, 2024. It is now read-only.

Commit

Permalink
fix: Update to latest openedx-event to stop recursion
Browse files Browse the repository at this point in the history
  • Loading branch information
bmtcril committed Feb 12, 2024
1 parent e5d1121 commit 80d9aca
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
!.gitignore
TODO
__pycache__
*.DS_Store*
*.egg-info/
/build/
/dist/
/.idea/
venv/
env/
transifex_input.yaml
3 changes: 2 additions & 1 deletion tutorevent_bus_redis/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
[
"edx-event-bus-redis==0.3.2",
"edx-event-bus-kafka==v5.6.0",
"openedx-events==v9.5.1",
"confluent_kafka[avro,schema-registry]",
],
),
Expand Down Expand Up @@ -66,7 +67,7 @@
# If true, this will run a separate instance of redis just for the
# event bus to prevent resource conflicts with other services
# TODO: Implement this
# ("RUN_REDIS_SERVER", True),
# ("RUN_DEDICATED_REDIS_BUS_SERVER", True),

# Prefix for topics sent over the event bus
("EVENT_BUS_REDIS_TOPIC_PREFIX", "openedx"),
Expand Down

0 comments on commit 80d9aca

Please sign in to comment.