hellostealth / stealth

An open source Ruby framework for text and voice chatbots. 🤖

Home Page:https://hellostealth.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add Support for multiple Redis URLs

mgomes opened this issue · comments

Sidekiq and the generated environment.rb file for a bot should support multiple Redis URLs for high availability environments. The URLs should be separated by commas like so:

REDIS_URL=redis://user:password@redis-db.15.aws.com:2341,redis://user:password@redis-db.30.aws.com:3491

This is a little more complicated than necessary.