this post was submitted on 24 Dec 2023
24 points (100.0% liked)
Announcements
228 readers
1 users here now
Announcements about system updates or other things related to this instance.
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Just this day caught lemmy.today down twice, and first time it was super very dead for much longer than a few seconds or minutes.
Wonder if others had the same experience.
But first, enjoy Christmas holidays! All that stuff can be sorted out later, if there even is a way to fix it on the server admin side.
Thanks for keeping us informed!
Yes, it seems the restart is not as reliable as I was hoping for.
Its a
docker compose restart
of the entire stack but that has proven to work only sometimes, which is not good enough. This afternoon it failed once (as you noticed), then worked 4 times, then failed once more.We will figure out a more reliable way to restart, but for now, the restart has been removed again.
Really sorry about all this. Just trying to find a way to make federation work again since its very frustrating when it doesnt.
Anyway, merry Christmas and thanks for being understanding during all this.
For what it's worth, I set up a cronjob on my instance to restart just the lemmy container every 6 hours. It looks like
0 */6 * * * docker container restart lemmy-lemmy-1
. Federation has been pretty good so far, but it has only been in practice for less than a day.Yeah I could try to restart only the Lemmy container instead of the entire stack. Worth trying, thank you. :)
I tried it and it does give 20 seconds of downtime but could be worth doing a couple of times per day anyway. Its so frustrating with no outgoing messages...
We must have all been very naughty this year for Santa to bring us this heap of bugs. :/
Hehe indeed. :)
Sadly, even with the scheduled restarts it seems like only about half of my posts and comments make it out to other instances.
As far as I can tell, not one of my comments has made it out in the last 4 days. No replies, no votes, not visible on any instance outside of lemmy.today.
Such is life on the bleeding edge...
Edit: seems like at least some got pushed out, as I'm finally getting responses again.
Everything is pushed out but only when we restart the server... Hopefully a fix for that soon!
We had to remove the scheduled restarts since they didn't work reliably and brought the server down. So they are not in effect right now. We do manual restarts a few times per day only.
Still hoping for a fix from Lemmy devs soon...
Well, at least it appears that they are aware of the problem, and one guy said he may have found a fix for it. There is a pull request open that might fix it, so hopefully, this'll be over soon.
That sounds awesome. I really hope it fixes the problem, this is so frustrating. Thanks for the links!