this post was submitted on 05 Jul 2023
3372 points (99.9% liked)

Lemmy.World Announcements

29104 readers
11 users here now

This Community is intended for posts about the Lemmy.world server by the admins.

Follow us for server news 🐘

Outages πŸ”₯

https://status.lemmy.world/

For support with issues at Lemmy.world, go to the Lemmy.world Support community.

Support e-mail

Any support requests are best sent to info@lemmy.world e-mail.

Report contact

Donations πŸ’—

If you would like to make a donation to support the cost of running this platform, please do so at the following donation URLs.

If you can, please use / switch to Ko-Fi, it has the lowest fees for us

Ko-Fi (Donate)

Bunq (Donate)

Open Collective backers and sponsors

Patreon

Join the team

founded 2 years ago
MODERATORS
 

Another day, another update.

More troubleshooting was done today. What did we do:

  • Yesterday evening @phiresky@phiresky@lemmy.world did some SQL troubleshooting with some of the lemmy.world admins. After that, phiresky submitted some PRs to github.
  • @cetra3@lemmy.ml created a docker image containing 3PR's: Disable retry queue, Get follower Inbox Fix, Admin Index Fix
  • We started using this image, and saw a big drop in CPU usage and disk load.
  • We saw thousands of errors per minute in the nginx log for old clients trying to access the websockets (which were removed in 0.18), so we added a return 404 in nginx conf for /api/v3/ws.
  • We updated lemmy-ui from RC7 to RC10 which fixed a lot, among which the issue with replying to DMs
  • We found that the many 502-errors were caused by an issue in Lemmy/markdown-it.actix or whatever, causing nginx to temporarily mark an upstream to be dead. As a workaround we can either 1.) Only use 1 container or 2.) set ~~proxy_next_upstream timeout;~~ max_fails=5 in nginx.

Currently we're running with 1 lemmy container, so the 502-errors are completely gone so far, and because of the fixes in the Lemmy code everything seems to be running smooth. If needed we could spin up a second lemmy container using the ~~proxy_next_upstream timeout;~~ max_fails=5 workaround but for now it seems to hold with 1.

Thanks to @phiresky@lemmy.world , @cetra3@lemmy.ml , @stanford@discuss.as200950.com, @db0@lemmy.dbzer0.com , @jelloeater85@lemmy.world , @TragicNotCute@lemmy.world for their help!

And not to forget, thanks to @nutomic@lemmy.ml and @dessalines@lemmy.ml for their continuing hard work on Lemmy!

And thank you all for your patience, we'll keep working on it!

Oh, and as bonus, an image (thanks Phiresky!) of the change in bandwidth after implementing the new Lemmy docker image with the PRs.

Edit So as soon as the US folks wake up (hi!) we seem to need the second Lemmy container for performance. So that's now started, and I noticed the proxy_next_upstream timeout setting didn't work (or I didn't set it properly) so I used max_fails=5 for each upstream, that does actually work.

(page 4) 50 comments
sorted by: hot top controversial new old
[–] RxBrad@lemmy.world 6 points 1 year ago

Responsiveness is significantly better than it has been at any point since Friday's Reddit exodus.

Well done...

[–] Drunemeton@lemmy.world 6 points 1 year ago

Thanks for the update and thanks for the amazing collaboration you’re fostering!

I feel like Lemmy.World is leading the way for other instances to follow, and that’s a good thing to do. Even if it’s painful for everyone involved.

[–] isdfoa@lemmy.world 6 points 1 year ago

Awesome, no more errors on my end! Thanks for the hard work, donated as a small token of thanks for the team here.

[–] Graphine@lemmy.world 6 points 1 year ago

Man I thought I noticed something different. For the past week or so I've gotten nothing but network error and Java errors in Jerboa which are completely gone now. Posts load almost instantly too. Appreciate the effort guys, was going insane.

[–] Pro75357@lemmy.world 6 points 1 year ago

It's definitely a lot better today. Great work.

[–] Sekemoto@lemmy.world 6 points 1 year ago

It is much smoother than it was previously. Thank you!

[–] NegativeCool@lemmy.world 6 points 1 year ago

This was cool to read.

Amazing work, thank you so much!

[–] sma3in@lemmy.world 6 points 1 year ago

good vibes!! thank you for your work

[–] ramblechat@lemmy.world 6 points 1 year ago (1 children)

Seems a lot faster today - great work!

load more comments (1 replies)
[–] jcg@lemmy.world 6 points 1 year ago

Wow I applied these PRs on my server as well, running waaay lighter now. And it seems the federation misses have cleared up! Bravo Lemmy.world team!

[–] BendyLemmy@lemmy.world 5 points 1 year ago

ROFL Back in the day, when AOL was a thing - I used to think it stood for 'Assholes Online'.

Good luck (",) appreciate the efforts you make fighting the crazy deluge.

[–] Wet@lemmy.world 5 points 1 year ago

Thank you guys, you are doing an amazing job. These are great times for the internet and you are a huge part of it!

I'll be honest, I think I understood three words of your OP. Sounds like the general gist though is Woo so great πŸ˜ƒ

Thanks for all your efforts, glad someone knows what they're doing

[–] Denuath@lemmy.world 5 points 1 year ago

This update is a difference like night and day. Very impressive!

[–] Shadywack@lemmy.world 5 points 1 year ago

It's really fun to see these updates, and get insight into what you're putting into this instance. It's real obvious that it's a labor of love.

[–] snowe@programming.dev 5 points 1 year ago (1 children)

@ruud@lemmy.world is this docker container y'all are using available on a registry? We'd like to use it. And do you have a load balancer in front of your lemmy-ui image to allow two containers to run? or is that built in and I just never noticed it?

load more comments (1 replies)
[–] srasmus@lemmy.world 5 points 1 year ago

Was just noticing how much smoother it is this morning. Great work!

[–] CreativeCider@lemmy.world 5 points 1 year ago

Well done guys!

[–] coconutxyz@lemmy.world 5 points 1 year ago

Nothing feels more exciting than constant update, communication and the potential of lemmy!

[–] ikidd@lemmy.world 5 points 1 year ago* (last edited 1 year ago) (1 children)

My god, it's fast right now. Don't touch anything.

Good job.

load more comments (1 replies)
[–] sorenant@lemmy.world 5 points 1 year ago

Ever since I joined Lemmy I had problems posting replies but that kink seems to have been ironed out. Thanks!

[–] anthonium@lemmy.world 4 points 1 year ago

Thank you so much for all the efforts! So happy to be part of this community.

[–] SapienSRC@lemmy.world 4 points 1 year ago

Thank you for all the hard work and transparency as always! Everything is running perfectly knocks on wood

[–] june@lemmy.world 4 points 1 year ago

Was waiting for this update. Woke up a couple hours ago and Lemmy was working great so I knew y’all put in some time. Thanks for your efforts!

[–] zacher_glachl@lemmy.world 4 points 1 year ago

Thank you for all your great work, and I really appreciate and enjoy the updates about the gritty details!

[–] Xepher@lemm.ee 4 points 1 year ago (1 children)

Good job on troubleshooting!

Have you looked into possibly migrating to kubernetes or some other form of docker container management/orchestration system to help with automatic scaling and load balancing?

load more comments (1 replies)
[–] akippnn@lemmy.world 4 points 1 year ago

Thank you so much for the hard work, time and money you spend into making lemmy.world run very smoothly. This much transparency is awesome for something that's being used so massively.

load more comments
view more: β€Ή prev next β€Ί