I really really need some help! ⚠️

For the past two days I have been trying to catch up with the mstdn.social timeline but it's only getting worse.

The default queue is pilling up more and more and it seems I cannot start any more workers. Also the I don't get why the threads are not all working per proccess..

Push & pull are on external servers since when I try to run default queue on an external media upload to Wasabi and email sending does not work.

Please, anymone?

The number of max connected clients and pool size seem way too high.

The default_pool_size should probably be closer to the number of cores you have available for your server, and max client connection some multiple of that.

Likewise threads on your sidekiq queues seem high as well. Unless you've scaled out horizontally across multiple sidekiq workers on separate servers, you're probably getting diminishing returns there as well.