Flipez / hubot-rss-rolf

RSS Reader on Hubot
https://www.npmjs.org/package/hubot-rss-rolf
9 stars 4 forks source link

Save rss urls on stop/restart #12

Closed pcmerc closed 6 years ago

pcmerc commented 6 years ago

In testing it appears that stopping the bot & starting/restarting causes all rss urls to be lost. Is there a way to save these prior?

Flipez commented 6 years ago

@pcmerc This should be done by your hubot-brain (for example the redis-brain). If you use a brain inside docker make sure you map the date with a volume to the host.

pcmerc commented 6 years ago

I'm not using the docker container.

Flipez commented 6 years ago

But you need some kind of hubot-brain. Are you using one?

pcmerc commented 6 years ago

I do have "hubot-redis-brain": "^1.0.0",

pcmerc commented 6 years ago

Ok, I see what's possibly missing. I need to add some configuration data for hubot-brain-redis. Thanks for pointing me in a direction, Flipez.

Flipez commented 6 years ago

You're welcome.

Let me know if you think there is an issue with rolf ;)