Custom Lock Store + Multiple Sanic Workers #6629
Labels
area:rasa-oss 🎡
Anything related to the open source Rasa framework
type:bug 🐛
Inconsistencies or issues which will cause an issue or problem for users or implementors.
Rasa version: 1.10.3
Rasa SDK version (if used & relevant):
Rasa X version (if used & relevant):
Python version: 3.7
Operating system (windows, osx, ...): macOS
Issue:
In our application we use a custom lock store since we are using a cloud based Redis instance that communicates over TLS. When trying to run multiple Sanic workers we receive this warning:
Digging deeper I see there is a check to ensure the lock store type is
'redis'
.Can we update the logic so it is something like this?:
Thank you in advance!
The text was updated successfully, but these errors were encountered: