How do you #Mastodon #instance owners handle losing customization at the server file level after updating to the latest version? I'm currently using custom #sidekiq jobs to do this and keeping a record of what file goes where, and copies of them after the update completes that I've had to edit.

开了三个sidekiq容器,分别是:

  • chuckya-sidekiq-default 核心与进站队列
  • chuckya-sidekiq-pull 抓取队列
  • chuckya-sidekiq-push 外发队列各司其职
  • #sidekiq

    • 优化了Sidekiq配置
    • 优化了Ruby性能
    • 提高Elasticsearch性能
    • 提高数据库连接性能这下应该会好很多吧?

    #实例维护 #Sidekiq #Ruby

    command: bundle exec sidekiq -c 50
    从5线程直接开到50线程,很快就消灭了队列

    #sidekiq #mastodon

    turns out this #mastodon instance's #sidekiq background processing job died two days ago and i totally didn't notice during yesterday's launch day 🤐

    good lesson in scaling sidekiq though, it's now catching up on a two day processing queue 🏭

    感觉没变化(

    #sidekiq #beszel

    You program in #redis and #sidekiq go see the mastodon project on github. Collaborate.
    You program in #redis and #sidekiq go see the mastodon project on github. Collaborate.

    Been fiddling with #Sidekiq today to try and improve the performance of my Mastodon instance.

    Beginning to suspect #Postgresql is the weak link, but not sure what else I can do with that (I know about PGTune)

    #MastoAdmin #Mastodon

    GitLab(v17.3.1)で2025-03-01に発生したバックグラウンドジョブ滞留問題 #sidekiq - Qiita
    https://qiita.com/strada/items/8bb9a7517cb73f3f1e02
    GitLab罠多すぎる 
    GitLab(v17.3.1)で2025-03-01に発生したバックグラウンドジョブ滞留問題 - Qiita

    この記事では2025/03/01に発生したGitLabのバックグラウンドジョブ滞留問題の障害対応内容を記載しています。 事象 Admin areaのBackground jobsのダッシュボード上利用者への影響がで始めて以降ジョブの完了件数が0のまま処理されていない。...

    Qiita