Another day, another update.

More troubleshooting was done today. What did we do:

  • Yesterday evening @phiresky@[email protected] did some SQL troubleshooting with some of the lemmy.world admins. After that, phiresky submitted some PRs to github.
  • @[email protected] 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 @[email protected] , @[email protected] , @[email protected], @[email protected] , @[email protected] , @[email protected] for their help!

And not to forget, thanks to @[email protected] and @[email protected] 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.

  • @MindfuckRocketship
    link
    58
    edit-2
    11 months ago

    Upvotes are still getting rejected. Replies hang so I cancel out and it turns out they did post.

    That said, browsing is pretty snappy and smooth. I know the kinks will get worked out eventually. Thanks for the update.

    Edit: This now appears resolved minutes later. All smooth on my end.

    • RuudOPMA
      link
      9411 months ago

      Hmm. Seems to work for me… (Yes this is a test reply)

      • @G_Wash1776
        link
        3111 months ago

        Everyone it’s a test reply, deploy the upvotes

        • @sorenant
          link
          911 months ago

          I’m going to take the opportunity to test a reply as well.

          • @boeman
            link
            611 months ago

            It’s a good thing the points mean even less on Lemmy.

      • @MindfuckRocketship
        link
        9
        edit-2
        11 months ago

        I’ve since successfully upvoted some comments and made replies without it hanging with the spinning circle. Not sure what the issue was but it all seems to be running smoothly now. Thanks.

        • @Limeey
          link
          411 months ago

          I was getting upvote errors earlier, too, but now it seems smoothed out.

      • @FlaxPicker
        link
        211 months ago

        Not getting the upvote or comment hang anymore so far.