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

Long-term redis storage #41

Open
iojw opened this issue Jan 3, 2018 · 0 comments
Open

Long-term redis storage #41

iojw opened this issue Jan 3, 2018 · 0 comments

Comments

@iojw
Copy link
Member

iojw commented Jan 3, 2018

Some of the scripts running in GooeyJr such as greeting.coffee and tell.coffee require a redis database where they can store data. While the default location is for hubot-redis-brain (which persists the data stored in Hubot) is localhost on Heroku, hosting it there would mean that the data will not persist between deploys and when the Heroku app restarts.

Currently, to tackle this, GooeyJr makes use of Heroku Redis which provides 25MB of redis storage for free but it's not for certain how long this will last. It would be good if we could come up with a long-term solution for storing this redis data.

One possible solution would be to host our own redis server (making sure to import the data already hosted on Heroku Redis).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant