Issue with delays solved


After the upgrade, the instance couldn't get through the backlog in worker jobs.
This caused things like notifications and remote sending being queued.

I found that the system already had 1.3 million tasks for fetching missing replies. I removed all these tasks and disabled reply fetching entirely.

I will test if I can enable fetching at least for followed accounts later when the server is all caught up.