Is it required to have a LockStore when the Rasa HTTP server is utilized only for NLU purposes? We want to utilize multiple Sanic workers via setting the environment variable SANIC_WORKERS. But the value in this environment variable is only used when RedisLockStore is configured, which is not needed in our case, since we don’t deal with conversations.
I was not sure about creating a github issue, so decided to ask here first.