• @nutomicA
    link
    71 year ago

    Is this sidekiq software really so inefficient that it can only run 12 parallel jobs on a Mastodon instance that costs 50€ per month? With Lemmy we are running up to 64 such jobs in parallel, and the resource usage is still very low. Part of the reason might be that we are using a Rust library and not a whole separate software project, but still.

    • @Greenpepper@beehaw.orgOP
      link
      fedilink
      61 year ago

      I have absolutely no expertise in this area but could it be explained by the fact that Rust is (potentially) much faster than Ruby?

      • @nutomicA
        link
        61 year ago

        Yes probably. But what each of these jobs is doing is essentially just creating a cryptographic signature and making an HTTP Post request. So its very fast and jobs can easily be run in parallel. Any modern computer should be able to do this thousands of times per second without a problem.

    • Kromonos
      link
      fedilink
      61 year ago

      I already had several issues with sidekiq with GitLab too. It may be a not that bad piece of software, but it looks like, as if it’s overstrained with many requests at once. With GitLab it’s less of a problem, but with software like Mastodon, where there’s a lot going on especially with large instances, it might be worth considering switching to an alternative.