synzen / MonitoRSS

MonitoRSS RSS bot (formerly known as Discord.RSS) with customizable feeds. https://monitorss.xyz
https://monitorss.xyz
MIT License
1.05k stars 237 forks source link

No discord messages after MongoDB is restarted #375

Closed masterwishx closed 1 month ago

masterwishx commented 1 month ago

Using selfhosted docker MonitoRSS bot + WebUi in Unraid.

All working fine but when MongoDB is updated and restarted bot reconnect and all working fine but no messages sending to discord until restart MonitoRSS bot + Webui.

Can it be fixed?

synzen commented 1 month ago

Thanks for the report. I've pushed an update now that will cause the container responsible for sending messages will automatically exit if it detects its MongoDB connection is faulty. This should allow any auto-restart policies to automatically restart it in that case. Feel free to re-open if you continue to face issues.

masterwishx commented 1 month ago

Thanks for the report. I've pushed an update now that will cause the container responsible for sending messages will automatically exit if it detects its MongoDB connection is faulty. This should allow any auto-restart policies to automatically restart it in that case. Feel free to re-open if you continue to face issues.

Thanks im using old config for selfhosted and container from dockerhub 1 year old not sure how to update container ....

synzen commented 1 month ago

Please see https://github.com/synzen/MonitoRSS?tab=readme-ov-file#migrating-from-v6 in that case for updating to the new set up

masterwishx commented 1 month ago

that case for updating to the new set up

in home Unraid server im using docker not docker compose, as you dont have already builded image for new version , i think i should move MonitoRSS to vps with docker compose and build it there ...