Skip to content
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

Handle RedisClusterException (when the Redis Cluster cannot be connected) #9719

Closed
sentry-io bot opened this issue Sep 27, 2021 · 2 comments
Closed

Handle RedisClusterException (when the Redis Cluster cannot be connected) #9719

sentry-io bot opened this issue Sep 27, 2021 · 2 comments
Labels
area:rasa-oss 🎡 Anything related to the open source Rasa framework area:rasa-oss/tracker-stores Issues focused around the integration of rasa with different tracker stores.

Comments

@sentry-io
Copy link

sentry-io bot commented Sep 27, 2021

Sentry Issue: RASA-OPEN-SOURCE-FZ6

RedisClusterException: Redis Cluster cannot be connected. Please provide at least one reachable node. (13 additional frame(s) were not displayed) ... File "rasa/core/run.py", line 221, in serve_application app.run( File "rasa/core/run.py", line 255, in load_agent_on_start _tracker_store = TrackerStore.create(endpoints.tracker_store, event_broker=_broker) File "rasa/core/tracker_store.py", line 123, in create return _create_from_endpoint_config(obj, domain, event_broker) File "rasa/core/tracker_store.py", line 1235, in _create_from_endpoint_config tracker_store = _load_from_module_name_in_endpoint_config( File "rasa/core/tracker_store.py", line 1265, in _load_from_module_name_in_endpoint_config return tracker_store_class(

@alwx alwx added area:rasa-oss/tracker-stores Issues focused around the integration of rasa with different tracker stores. type:bug 🐛 Inconsistencies or issues which will cause an issue or problem for users or implementors. area:rasa-oss 🎡 Anything related to the open source Rasa framework labels Sep 27, 2021
@stale
Copy link

stale bot commented Jan 8, 2022

Exalate commented:

stale[bot] commented:

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale label Jan 8, 2022
@jupyterjazz jupyterjazz removed the stale label Jan 27, 2022
@wladneto
Copy link

wladneto commented Feb 1, 2022

Exalate commented:

wladneto commented:

To use redis in cluster just follow this:

lock_store:
type: redis
db: 0
url: your_URL
port: your_PORT
key_prefix: your bot name or anything

I hope this usefull...

@rasabot-exalate rasabot-exalate added area:rasa-oss and removed type:bug 🐛 Inconsistencies or issues which will cause an issue or problem for users or implementors. area:rasa-oss 🎡 Anything related to the open source Rasa framework labels Mar 15, 2022 — with Exalate Issue Sync
@rasabot rasabot added area:rasa-oss 🎡 Anything related to the open source Rasa framework and removed area:rasa-oss labels Mar 16, 2022
@m-vdb m-vdb closed this as completed Oct 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:rasa-oss 🎡 Anything related to the open source Rasa framework area:rasa-oss/tracker-stores Issues focused around the integration of rasa with different tracker stores.
Projects
None yet
Development

No branches or pull requests

6 participants