Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse

Darkscribes Community

  1. Home
  2. Uncategorized
  3. The backlog was bigger than I expected...

The backlog was bigger than I expected...

Scheduled Pinned Locked Moved Uncategorized
lemmynodebb
13 Posts 6 Posters 0 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • flamingos@feddit.ukF This user is from outside of this forum
    flamingos@feddit.ukF This user is from outside of this forum
    [email protected]
    wrote last edited by
    #2

    You're not the first fedidev to experience this, Lemmy is just extra 💅:

    https://mastodon.social/@dansup/112602622068667832

    julian@community.nodebb.orgJ 1 Reply Last reply
    0
    • jqubed@lemmy.worldJ This user is from outside of this forum
      jqubed@lemmy.worldJ This user is from outside of this forum
      [email protected]
      wrote last edited by
      #3

      Nice to see your post in here, though! Making good progress?

      julian@community.nodebb.orgJ 1 Reply Last reply
      0
      • flamingos@feddit.ukF [email protected]

        You're not the first fedidev to experience this, Lemmy is just extra 💅:

        https://mastodon.social/@dansup/112602622068667832

        julian@community.nodebb.orgJ This user is from outside of this forum
        julian@community.nodebb.orgJ This user is from outside of this forum
        [email protected]
        wrote last edited by
        #4

        [email protected] it's less that and more Lemmy's ridiculously effective synchronization mechanic that Mastodon doesn't utilise!

        1 Reply Last reply
        0
        • jqubed@lemmy.worldJ [email protected]

          Nice to see your post in here, though! Making good progress?

          julian@community.nodebb.orgJ This user is from outside of this forum
          julian@community.nodebb.orgJ This user is from outside of this forum
          [email protected]
          wrote last edited by
          #5

          Better and better every day... Hoping we can get some additional funding to really accelerate development!

          1 Reply Last reply
          0
          • julian@community.nodebb.orgJ This user is from outside of this forum
            julian@community.nodebb.orgJ This user is from outside of this forum
            [email protected]
            wrote last edited by
            #6

            Less than 3M activities behind now!

            1000009216.png

            1 Reply Last reply
            0
            • silverpill@mitra.socialS This user is from outside of this forum
              silverpill@mitra.socialS This user is from outside of this forum
              [email protected]
              wrote last edited by
              #7

              @julian What did you do to get 3M activities? I'd like to try that too 🙂

              julian@community.nodebb.orgJ 1 Reply Last reply
              0
              • silverpill@mitra.socialS [email protected]

                @julian What did you do to get 3M activities? I'd like to try that too 🙂

                julian@community.nodebb.orgJ This user is from outside of this forum
                julian@community.nodebb.orgJ This user is from outside of this forum
                [email protected]
                wrote last edited by
                #8

                [email protected] simple! Respond to a Lemmy server with a 500, and once you hit 40 in one day the instance puts you on a timeout. Repeat as needed until your backlog is 4M activities 😅

                julian@community.nodebb.orgJ 1 Reply Last reply
                0
                • julian@community.nodebb.orgJ [email protected]

                  [email protected] simple! Respond to a Lemmy server with a 500, and once you hit 40 in one day the instance puts you on a timeout. Repeat as needed until your backlog is 4M activities 😅

                  julian@community.nodebb.orgJ This user is from outside of this forum
                  julian@community.nodebb.orgJ This user is from outside of this forum
                  [email protected]
                  wrote last edited by
                  #9

                  In my case I had a spam protection measure that limited the amount of upvotes per user in one day. Someone on a Lemmy server uploaded past that threshold and NodeBB started sending back 500s.

                  aslakr@mastodon.socialA 1 Reply Last reply
                  0
                  • julian@community.nodebb.orgJ [email protected]

                    In my case I had a spam protection measure that limited the amount of upvotes per user in one day. Someone on a Lemmy server uploaded past that threshold and NodeBB started sending back 500s.

                    aslakr@mastodon.socialA This user is from outside of this forum
                    aslakr@mastodon.socialA This user is from outside of this forum
                    [email protected]
                    wrote last edited by
                    #10

                    @julian But shouldn't it respond with something like 429 "Too Many Requests"?

                    julian@community.nodebb.orgJ 1 Reply Last reply
                    0
                    • stinky@redlemmy.comS This user is from outside of this forum
                      stinky@redlemmy.comS This user is from outside of this forum
                      [email protected]
                      wrote last edited by
                      #11

                      Who makes decisions on which features get implemented next?

                      I'm scared to contribute to any projects because I doubt my work would be utilized. I'm wondering if there's a schedule or something I can look at, and prepare for upcoming work? or, how do people get involved

                      julian@community.nodebb.orgJ 1 Reply Last reply
                      0
                      • aslakr@mastodon.socialA [email protected]

                        @julian But shouldn't it respond with something like 429 "Too Many Requests"?

                        julian@community.nodebb.orgJ This user is from outside of this forum
                        julian@community.nodebb.orgJ This user is from outside of this forum
                        [email protected]
                        wrote last edited by
                        #12

                        [email protected] it should, yes! The immediate fix was to change the logic so a 200 is sent, but a 429 should work quite well as Lemmy will likely send it back into the delivery queue and (more importantly) not mark it as an error.

                        1 Reply Last reply
                        0
                        • stinky@redlemmy.comS [email protected]

                          Who makes decisions on which features get implemented next?

                          I'm scared to contribute to any projects because I doubt my work would be utilized. I'm wondering if there's a schedule or something I can look at, and prepare for upcoming work? or, how do people get involved

                          julian@community.nodebb.orgJ This user is from outside of this forum
                          julian@community.nodebb.orgJ This user is from outside of this forum
                          [email protected]
                          wrote last edited by
                          #13

                          Depends on the project, and I imagine a lot of the smaller ones are your standard FOSS BDFL leadership.

                          In my case I'll likely make a rough milestone list based off our NLNet memorandum and go from there.

                          1 Reply Last reply
                          0
                          Reply
                          • Reply as topic
                          Log in to reply
                          • Oldest to Newest
                          • Newest to Oldest
                          • Most Votes


                          • Login

                          • Don't have an account? Register

                          • Login or register to search.
                          Powered by NodeBB Contributors
                          • First post
                            Last post
                          0
                          • Categories
                          • Recent
                          • Tags
                          • Popular
                          • Users
                          • Groups