Lock Failure Not Reported #6226
Labels
area:rasa-oss 🎡
Anything related to the open source Rasa framework
type:enhancement ✨
Additions of new features or changes to existing ones, should be doable in a single PR
Description of Problem:
When hitting the REST endpoint with an utterance, we received no response. After that the REST endpoint stopped responding to requests. There were no messages related to the endpoint call - no indication that the user has sent an utterance. This made for difficult troubleshooting. Eventually figured out that there was an issue with a custom (clustered Redis) lock store.
Overview of the Solution:
The lock store code needs to add debug logging and report this type of error.
The text was updated successfully, but these errors were encountered: