@anarchistbicycleclub @anarchistbicycleclub totally fine until today's huge jump. Now we have about 700 items floating the sidekiq queue (up from 0). Looking into ways to mitigate this (or if it even is really a problem. timelines seem to be realtime still (aka we're not getting posts minutes or hours after posted)
@anarchistbicycleclub consider tweaking the settings in config/sidekiq.yml -- the number of queues for "push", the concurrency, and also the stuff in mastodon-sidekiq-push.service (DB_POOL and the "bundle exec sidekiq -c 10 -q push`, tweaking those values). I am not an expert in this stuff I just try different numbers and google to make sure I'm not being a total idiot