I found that trending tags didn’t seem to be refreshed anymore on my instance for some time now.
I checked the Recurring Tasks (Tâches récurrentes in french) in Sidekiq and it looks like this :
I know it’s in link with this sentence in the Upgrade notes of the of the 3.3.0 :
Scheduled tasks have been moved to a dedicated scheduler queue in Sidekiq. If you only run a single Sidekiq process with no custom queue selection, you don’t need to change anything. If you customize Sidekiq processes/queues, ensure that there is exactly one Sidekiq process that runs the scheduler queue.
But I don’t know what to do.
It’s been a long time since I installed Mastodon from the source and I don’t remember tweaking the Sidekiq part so I didn’t feel targeted by this warning.
Here is my config/sidekiq.yml
Ok, I think I have the solution, but let me know if I forget something.
I added -q scheduler at the end of the ExecStart in mastodon-sidekiq.service.
Then systemctl daemon-reload and systemctl restart mastodon-sidekiq.service.
After few minutes, there is a sign that it worked :